Add a default root access mode.
Instead of relying on the Settings app code to assume a default, actually set one Change-Id: I2054bc0a793a79f7d26bc1bee23e097585a3b8c4
This commit is contained in:
parent
45e6598078
commit
127ac8a44e
@ -71,7 +71,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
|||||||
ro.com.android.dataroaming=false
|
ro.com.android.dataroaming=false
|
||||||
|
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.build.selinux=1
|
ro.build.selinux=1 \
|
||||||
|
persist.sys.root_access=1
|
||||||
|
|
||||||
ifneq ($(TARGET_BUILD_VARIANT),eng)
|
ifneq ($(TARGET_BUILD_VARIANT),eng)
|
||||||
# Enable ADB authentication
|
# Enable ADB authentication
|
||||||
|
Loading…
Reference in New Issue
Block a user