Merge "Disable OPA edge flash animation" into qt-dev

am: 54057a1160

Change-Id: Ia073d6b0a76d75ea3e5c7e172f92df720f8d82b6
This commit is contained in:
Rafi Ahmad
2019-05-22 17:20:29 -07:00
committed by android-build-merger
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -169,7 +169,7 @@ public class AssistManager implements ConfigurationChangedReceiver {
}
protected boolean shouldShowOrb() {
return true;
return false;
}
public void startAssist(Bundle args) {