summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorRoman Birg <roman@cyngn.com>2015-06-10 15:46:20 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-06-15 23:26:35 +0000
commit1fc47a0a79ac6bca2b0fad6e8feaffb5a09f3e50 (patch)
tree413f20b5606f01e4788d9a595675c756043d99d5 /AndroidManifest.xml
parent761381fd01b2d6e20d67b2f17f934939ee63b981 (diff)
downloadpackages_apps_SetupWizard-1fc47a0a79ac6bca2b0fad6e8feaffb5a09f3e50.zip
packages_apps_SetupWizard-1fc47a0a79ac6bca2b0fad6e8feaffb5a09f3e50.tar.gz
packages_apps_SetupWizard-1fc47a0a79ac6bca2b0fad6e8feaffb5a09f3e50.tar.bz2
SetupWizard: allow FINISH_SETUP to be granted via whitelist
Required by http://review.cyanogenmod.org/#/c/100839/ Change-Id: Id3b62c396b5be3497be004f0f3807d8627c4e4da Signed-off-by: Roman Birg <roman@cyngn.com>
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d575831..69f8501 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -15,6 +15,7 @@
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
package="com.cyanogenmod.setupwizard"
android:versionCode="3"
android:sharedUserId="android.uid.system">
@@ -55,7 +56,8 @@
<permission
android:name="cyanogenmod.permission.FINISH_SETUP"
- android:protectionLevel="signatureOrSystem" />
+ android:protectionLevel="signatureOrSystem"
+ androidprv:allowViaWhitelist="true" />
<permission android:name="org.whispersystems.whisperpush.permissions.REGISTER"
android:protectionLevel="signature" />