aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoyster <oysterized@gmail.com>2016-10-09 16:52:30 +0200
committerMoyster <oysterized@gmail.com>2016-10-09 16:52:30 +0200
commit801d54921426fc677c41d1909c6e38ab5b1d468f (patch)
tree4b5325722ccbf8a906f4366fc4fa40141e6b1c8e
parent7a17fbbd701d94eb6c1a10945101cc11304070cf (diff)
run adb as shell instead of root per default
-rw-r--r--device_mt6753.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/device_mt6753.mk b/device_mt6753.mk
index b27a491..a84343c 100644
--- a/device_mt6753.mk
+++ b/device_mt6753.mk
@@ -135,9 +135,9 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/media_profiles.xml:system/etc/media_profiles.xml
ADDITIONAL_DEFAULT_PROPERTIES += \
- ro.secure=0 \
+ ro.secure=1 \
ro.allow.mock.location=1 \
- ro.debuggable=1 \
+ ro.debuggable=0 \
ro.adb.secure=1 \
persist.service.acm.enable=0 \
ro.oem_unlock_supported=1 \