Loading config/common.mk +3 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,9 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += ro.adb.secure=0 else # Enable ADB authentication PRODUCT_SYSTEM_DEFAULT_PROPERTIES += ro.adb.secure=1 # Set ro.debuggable=0 for userdebug PRODUCT_NOT_DEBUGGABLE_IN_USERDEBUG := true endif # Disable extra StrictMode features on all non-engineering builds Loading overlay/common/frameworks/base/core/res/res/values/config.xml +2 −0 Original line number Diff line number Diff line Loading @@ -140,6 +140,8 @@ <!-- Whether this device is supporting the microphone toggle --> <bool name="config_supportsMicToggle">true</bool> <!-- Whether this device is supporting the camera toggle --> <bool name="config_supportsCamToggle">true</bool> <!-- Control the default night mode to use when there is no other mode override set. One of the following values (see UiModeManager.java): Loading Loading
config/common.mk +3 −0 Original line number Diff line number Diff line Loading @@ -34,6 +34,9 @@ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += ro.adb.secure=0 else # Enable ADB authentication PRODUCT_SYSTEM_DEFAULT_PROPERTIES += ro.adb.secure=1 # Set ro.debuggable=0 for userdebug PRODUCT_NOT_DEBUGGABLE_IN_USERDEBUG := true endif # Disable extra StrictMode features on all non-engineering builds Loading
overlay/common/frameworks/base/core/res/res/values/config.xml +2 −0 Original line number Diff line number Diff line Loading @@ -140,6 +140,8 @@ <!-- Whether this device is supporting the microphone toggle --> <bool name="config_supportsMicToggle">true</bool> <!-- Whether this device is supporting the camera toggle --> <bool name="config_supportsCamToggle">true</bool> <!-- Control the default night mode to use when there is no other mode override set. One of the following values (see UiModeManager.java): Loading