File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
ParsePush/Native/src/main/java/com/parse Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -357,7 +357,6 @@ private ManifestCheckResult gcmSupportLevel() {
357357 "android.permission.INTERNET" ,
358358 "android.permission.ACCESS_NETWORK_STATE" ,
359359 "android.permission.WAKE_LOCK" ,
360- "android.permission.GET_ACCOUNTS" ,
361360 "com.google.android.c2dm.permission.RECEIVE" ,
362361 packageName + ".permission.C2D_MESSAGE"
363362 };
@@ -397,7 +396,6 @@ private String getGcmManifestMessage() {
397396 "<uses-permission android:name=\" android.permission.ACCESS_NETWORK_STATE\" />\n " +
398397 "<uses-permission android:name=\" android.permission.VIBRATE\" />\n " +
399398 "<uses-permission android:name=\" android.permission.WAKE_LOCK\" />\n " +
400- "<uses-permission android:name=\" android.permission.GET_ACCOUNTS\" />\n " +
401399 "<uses-permission android:name=\" com.google.android.c2dm.permission.RECEIVE\" />\n " +
402400 "<permission android:name=\" " + gcmPackagePermission + "\" " +
403401 "android:protectionLevel=\" signature\" />\n " +
You can’t perform that action at this time.
0 commit comments