OSDN Git Service

Let SysUI set wake-from-idle alarms with impunity
[android-x86/frameworks-base.git] / packages / SystemUI / AndroidManifest.xml
index 55f32d7..983758b 100644 (file)
 
     <protected-broadcast android:name="com.android.systemui.action.PLUGIN_CHANGED" />
 
+    <!-- SysUI must be the one to define this permission; its name is
+         referenced by the core OS. -->
+    <permission android:name="android.permission.systemui.IDENTITY"
+        android:protectionLevel="signature" />
 
     <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
     <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />