Added suggestions for gestures.
Bug: 30986021 Test: manual + make RunSettingsRoboTests + adb shell am instrument -w com.android.settings.tests.unit /android.support.test.runner.AndroidJUnitRunner Change-Id: I7337a141cb21e5a1399aaca05ec1facd8629577b Merged-In: I7aed110c81ca2fb6b90e2f359b4bb941c02bc1c3
This commit is contained in:
@@ -130,7 +130,8 @@ public class SuggestionsChecks {
|
||||
|
||||
private boolean isCameraLiftTriggerEnabled() {
|
||||
final int triggerEnabled = Settings.Secure.getInt(mContext.getContentResolver(),
|
||||
Settings.Secure.CAMERA_LIFT_TRIGGER_ENABLED, 0);
|
||||
Settings.Secure.CAMERA_LIFT_TRIGGER_ENABLED,
|
||||
Settings.Secure.CAMERA_LIFT_TRIGGER_ENABLED_DEFAULT);
|
||||
return triggerEnabled == 1;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user