adb broadcast with user ID
问题 I'm trying to broadcast an adb-command to a broadcast-receiver. This would be a very simple task, but the braodcast-receiver has: android:exported="false" On the offical android.developer website, it says: If "false", the only messages the broadcast receiver can receive are those sent by components of the same application or applications with the same user ID. So I'm trying to add the user ID to the broadcast. My approach by now is the following adb command: > adb shell am broadcast -a com