run adb as shell instead of root per default

This commit is contained in:
Moyster 2016-10-09 16:52:30 +02:00
parent 7a17fbbd70
commit 801d549214
1 changed files with 2 additions and 2 deletions

View File

@ -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 \