summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorMichael W <baddaemon87@gmail.com>2017-07-26 19:57:30 +0200
committerMichael W <baddaemon87@gmail.com>2017-07-27 11:53:26 +0000
commitbbb6ee12f99d32e4ce04670f1edf3fa484c0d401 (patch)
treed8d50f27a6101fb22239b4307b4fe45467addacf /Android.mk
parent9a17e6487eef9a2096e0754e71d8106d337693c8 (diff)
downloadandroid_packages_apps_Snap-bbb6ee12f99d32e4ce04670f1edf3fa484c0d401.tar.gz
android_packages_apps_Snap-bbb6ee12f99d32e4ce04670f1edf3fa484c0d401.tar.bz2
android_packages_apps_Snap-bbb6ee12f99d32e4ce04670f1edf3fa484c0d401.zip
Revert "SnapdragonCamera: Adding PRIVILEGED true"
This reverts commit 382e2cb9c930a129aca9e83315660e8172786fb4. * The original commit was a quick way to get the needed permissions without adding the support for runtime permissions, which are now handled. * this kind of app is not expected to be a privileged app and as consequence it ends up running in the wrong SElinux context -> Fixes taking and cropping user images Change-Id: Ic585d232ada6dcba208fcb49634e46806e4b954f
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 45701b545..8c0ac239e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -26,7 +26,6 @@ LOCAL_AAPT_FLAGS := \
--version-code $(version_code_package) \
LOCAL_PACKAGE_NAME := Snap
-LOCAL_PRIVILEGED_MODULE := true
LOCAL_AAPT_FLAGS += --rename-manifest-package org.cyanogenmod.snap