diff options
| author | Gabriele M <moto.falcon.git@gmail.com> | 2016-11-10 23:19:44 +0100 |
|---|---|---|
| committer | Dan Pasanen <dan.pasanen@gmail.com> | 2016-12-14 07:49:12 -0600 |
| commit | 4338e0b75f2aa578145178c098f65cb59514711d (patch) | |
| tree | c73381d68e4f6edd238ce177d460ce5ee48e4752 | |
| parent | 65c5ae1630628b1ce441c1404867f13bb4e8a4ed (diff) | |
cmactions: Protect com.android.systemui.doze.pulse
As stated in ActivityManagerService:
The vast majority of broadcasts sent from system internals
should be protected to avoid security holes
Change-Id: I1dc989d9d132d40835ca8dbf277285eb88e30a58
| -rw-r--r-- | cmactions/AndroidManifest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmactions/AndroidManifest.xml b/cmactions/AndroidManifest.xml index ec6d121..2e31ec9 100644 --- a/cmactions/AndroidManifest.xml +++ b/cmactions/AndroidManifest.xml @@ -10,6 +10,8 @@ <uses-permission android:name="android.permission.VIBRATE"/> <uses-permission android:name="android.permission.WAKE_LOCK" /> + <protected-broadcast android:name="com.android.systemui.doze.pulse" /> + <uses-sdk android:minSdkVersion="21" android:targetSdkVersion="21" /> |
