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.
Google 显然正在为其在 JB 或 4.1 及更高版本上的内部广播引入越来越多的保护。这在 4.0 上运行良好?你知道是否有办法发送一个新的广播,也许是在有权限的情况下使用 sendOrderedBroadcast ?
哪一个?
现在这是一个受保护的广播,只有系统 uid 可以发送。
见android/frameworks/base/core/res/AndroidManifest.xml:
android/frameworks/base/core/res/AndroidManifest.xml
<protected-broadcast android:name="android.intent.action.HEADSET_PLUG" />