Expose api to retrieve wakelock information per client
Expose api to retrieve wakelock information per client
Provide calling package name in cell info apis
BUG=31041780
Merged-In: I1f419a0fb0ba1945a46811f1208884b124e0d96a
Change-Id: I1f419a0fb0ba1945a46811f1208884b124e0d96a
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f1d293f..de5e979 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -157,6 +157,7 @@
start requests, even if they happen immediately after the user
presses home. -->
<uses-permission android:name="android.permission.STOP_APP_SWITCHES" />
+ <uses-permission android:name="android.permission.UPDATE_DEVICE_STATS" />
<application android:name="PhoneApp"
android:persistent="true"