diff options
| author | 2015-11-25 17:43:39 +0000 | |
|---|---|---|
| committer | 2015-11-25 17:43:39 +0000 | |
| commit | 18f11bc0f7eb1f0105e4d2c8562ad690b9800946 (patch) | |
| tree | a185fe3864c46c5718c9addf851f9ca57971f47d | |
| parent | 9fc3cfae5eeb8366d93898c05497310659753eba (diff) | |
| parent | a3ecf45fd93f3999e616a6b80d784144d5d6f44e (diff) | |
Merge "AndroidManifest.xml: More protected broadcasts"
| -rw-r--r-- | core/res/AndroidManifest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 63380887a0ca..57338bee6366 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -33,6 +33,7 @@ <protected-broadcast android:name="android.intent.action.TIME_TICK" /> <protected-broadcast android:name="android.intent.action.TIMEZONE_CHANGED" /> <protected-broadcast android:name="android.intent.action.DATE_CHANGED" /> + <protected-broadcast android:name="android.intent.action.PRE_BOOT_COMPLETED" /> <protected-broadcast android:name="android.intent.action.BOOT_COMPLETED" /> <protected-broadcast android:name="android.intent.action.PACKAGE_INSTALL" /> <protected-broadcast android:name="android.intent.action.PACKAGE_ADDED" /> @@ -76,6 +77,7 @@ <protected-broadcast android:name="android.intent.action.USER_BACKGROUND" /> <protected-broadcast android:name="android.intent.action.USER_FOREGROUND" /> <protected-broadcast android:name="android.intent.action.USER_SWITCHED" /> + <protected-broadcast android:name="android.intent.action.USER_INITIALIZE" /> <protected-broadcast android:name="android.intent.action.INTENT_FILTER_NEEDS_VERIFICATION" /> <protected-broadcast android:name="android.os.action.POWER_SAVE_MODE_CHANGED" /> |