From 6fa01eb971e96f4fc389b37725f53d2c63139a84 Mon Sep 17 00:00:00 2001 From: Eric House Date: Mon, 25 Sep 2017 06:17:44 -0700 Subject: [PATCH] move GCM-related permissions into new manifest Create an AndroidManifest.xml specific for the xw4 variant, and move the GCM-related permissions (including WakeLock) into it. --- xwords4/android/app/src/main/AndroidManifest.xml | 6 ------ xwords4/android/app/src/xw4/AndroidManifest.xml | 13 +++++++++++++ 2 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 xwords4/android/app/src/xw4/AndroidManifest.xml diff --git a/xwords4/android/app/src/main/AndroidManifest.xml b/xwords4/android/app/src/main/AndroidManifest.xml index bc49a4b99..789de40e9 100644 --- a/xwords4/android/app/src/main/AndroidManifest.xml +++ b/xwords4/android/app/src/main/AndroidManifest.xml @@ -34,13 +34,7 @@ /> - - - - - + + + + + + + + +