diff options
| author | Moyster <oysterized@gmail.com> | 2016-10-09 16:52:30 +0200 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2016-10-09 16:52:30 +0200 |
| commit | 801d54921426fc677c41d1909c6e38ab5b1d468f (patch) | |
| tree | 4b5325722ccbf8a906f4366fc4fa40141e6b1c8e | |
| parent | 7a17fbbd701d94eb6c1a10945101cc11304070cf (diff) | |
run adb as shell instead of root per default
| -rw-r--r-- | device_mt6753.mk | 4 |
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 \ |
