Loading core/res/res/values/config.xml +1 −1 Original line number Diff line number Diff line Loading @@ -3457,7 +3457,7 @@ <!-- Flag indicating whether the assist disclosure can be disabled using ASSIST_DISCLOSURE_ENABLED. --> <bool name="config_allowDisablingAssistDisclosure">false</bool> <bool name="config_allowDisablingAssistDisclosure">true</bool> <!-- True if the device supports system navigation keys. --> <bool name="config_supportSystemNavigationKeys">false</bool> Loading packages/SystemUI/src/com/android/systemui/assist/AssistManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ public class AssistManager implements ConfigurationChangedReceiver { } protected boolean shouldShowOrb() { return true; return false; } public void startAssist(Bundle args) { Loading Loading
core/res/res/values/config.xml +1 −1 Original line number Diff line number Diff line Loading @@ -3457,7 +3457,7 @@ <!-- Flag indicating whether the assist disclosure can be disabled using ASSIST_DISCLOSURE_ENABLED. --> <bool name="config_allowDisablingAssistDisclosure">false</bool> <bool name="config_allowDisablingAssistDisclosure">true</bool> <!-- True if the device supports system navigation keys. --> <bool name="config_supportSystemNavigationKeys">false</bool> Loading
packages/SystemUI/src/com/android/systemui/assist/AssistManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ public class AssistManager implements ConfigurationChangedReceiver { } protected boolean shouldShowOrb() { return true; return false; } public void startAssist(Bundle args) { Loading