Add Permission to hook up StateTracker
bug:8445208
Change-Id: Ice7dfb0b50c9481d359aed14a51372878185171c
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6aa2c1f..82d3aa9 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -87,6 +87,7 @@
<uses-permission android:name="com.android.smspush.WAPPUSH_MANAGER_BIND" />
<uses-permission android:name="android.permission.MANAGE_USERS" />
<uses-permission android:name="android.permission.UPDATE_APP_OPS_STATS" />
+ <uses-permission android:name="android.permission.CONNECTIVITY_INTERNAL" />
<!-- This tells the activity manager to not delay any of our activity
start requests, even if they happen immediately after the user