Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我想写一个应用程序,可以防止其他应用程序使用 android 手机的短信功能。这意味着除了安卓手机的短信功能,没有安装在手机上的应用程序可以发送短信。这怎么可能实现。
谢谢
幸运的是,这是不可能的,除非通过自定义固件。任何拥有该SEND_SMS权限的应用程序都非常欢迎用于SmsManager发送短信。
SEND_SMS
SmsManager