远景视讯

 
 


INTENT- 开启电话拨打ACTIVITY
(2023/11/2)



  1. Intent intent = new Intent(Intent.ACTION_CALL,Uri.parse("tel:123456"));
  2. startActivity(intent);
  3. 权限
  4. <uses-permission android:name="android.permission.CALL_PHONE" />
短信息
  1. Intent intent = new Intent(Intent.ACTION_SENDTO,Uri.parse("smsto:123456"));
  2. startActivity(intent);

附件: 无  

© 2013 版权所有 鄂ICP备10021900号-1
远达锐捷电子