OSDN Git Service

Mark the idle-maint trigger broadcast 'protected'
authorChristopher Tate <ctate@google.com>
Thu, 4 Feb 2016 00:42:19 +0000 (16:42 -0800)
committerChristopher Tate <ctate@google.com>
Thu, 4 Feb 2016 00:42:19 +0000 (16:42 -0800)
Bug: 26942536
Change-Id: I52d6b304fc894cad7957f84946178378c309f621

core/res/AndroidManifest.xml

index 7729d48..40b0b95 100644 (file)
     <protected-broadcast android:name="android.intent.action.REMOTE_BUGREPORT_FINISHED" />
     <protected-broadcast android:name="android.intent.action.REMOTE_BUGREPORT_DISPATCH" />
 
+    <!-- Legacy -->
     <protected-broadcast android:name="android.intent.action.ACTION_IDLE_MAINTENANCE_START" />
     <protected-broadcast android:name="android.intent.action.ACTION_IDLE_MAINTENANCE_END" />
 
+    <protected-broadcast android:name="com.android.server.task.controllers.IdleController.ACTION_TRIGGER_IDLE" />
+
     <protected-broadcast android:name="android.intent.action.HDMI_PLUGGED" />
 
     <protected-broadcast android:name="android.intent.action.PHONE_STATE" />