Merge "Disable OPA edge flash animation" into qt-dev
am: 54057a1160
Change-Id: I236638dfb3065909ba6bec00e89eb554825c3885
This commit is contained in:
@@ -3457,7 +3457,7 @@
|
|||||||
|
|
||||||
<!-- Flag indicating whether the assist disclosure can be disabled using
|
<!-- Flag indicating whether the assist disclosure can be disabled using
|
||||||
ASSIST_DISCLOSURE_ENABLED. -->
|
ASSIST_DISCLOSURE_ENABLED. -->
|
||||||
<bool name="config_allowDisablingAssistDisclosure">false</bool>
|
<bool name="config_allowDisablingAssistDisclosure">true</bool>
|
||||||
|
|
||||||
<!-- True if the device supports system navigation keys. -->
|
<!-- True if the device supports system navigation keys. -->
|
||||||
<bool name="config_supportSystemNavigationKeys">false</bool>
|
<bool name="config_supportSystemNavigationKeys">false</bool>
|
||||||
|
|||||||
@@ -169,7 +169,7 @@ public class AssistManager implements ConfigurationChangedReceiver {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected boolean shouldShowOrb() {
|
protected boolean shouldShowOrb() {
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void startAssist(Bundle args) {
|
public void startAssist(Bundle args) {
|
||||||
|
|||||||
Reference in New Issue
Block a user