Removed camera lift gesture settings UI.
am: 9a16e473ab
Change-Id: I7fe06ff066878b725be5a8ac6132ee9fa9ff3a81
This commit is contained in:
@@ -99,9 +99,6 @@
|
||||
-->
|
||||
</string-array>
|
||||
|
||||
<!-- Whether or not the camera lift trigger is available in the moves menu. -->
|
||||
<bool name="config_cameraLiftTriggerAvailable">false</bool>
|
||||
|
||||
<!-- Whether or not we should tint the icon color on setting pages. -->
|
||||
<bool name="config_tintSettingIcon">true</bool>
|
||||
|
||||
|
||||
@@ -8686,15 +8686,6 @@
|
||||
<!-- Summary for settings suggestion for fingerprint swipe for notifications [CHAR LIMIT=60] -->
|
||||
<string name="fingerprint_swipe_for_notifications_suggestion_summary">Swipe down on the fingerprint sensor</string>
|
||||
|
||||
<!-- Title and settings suggestion title text for opening camera when lifting the phone to a photo-taking position [CHAR LIMIT=60]-->
|
||||
<string name="camera_lift_trigger_title">Raise to open camera</string>
|
||||
|
||||
<!-- Summary text for opening camera when lifting the phone to a photo-taking position [CHAR LIMIT=none]-->
|
||||
<string name="camera_lift_trigger_summary">To open the camera automatically, lift up your phone into a photo-taking position (landscape or portrait). Works when your phone is asleep or locked.</string>
|
||||
|
||||
<!-- Settings suggestion summary text for opening camera when lifting the phone to a photo-taking position [CHAR LIMIT=60]-->
|
||||
<string name="camera_lift_trigger_suggestion_summary">Take photos when phone is asleep or locked</string>
|
||||
|
||||
<!-- Title text for the assist gesture [CHAR LIMIT=60]-->
|
||||
<string name="assist_gesture_title">Assist gesture</string>
|
||||
|
||||
|
||||
@@ -1,33 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2017 The Android Open Source Project
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:title="@string/camera_lift_trigger_title">
|
||||
|
||||
<com.android.settings.widget.VideoPreference
|
||||
android:key="gesture_camera_lift_trigger_video"
|
||||
app:animation="@raw/gesture_camera_lift"
|
||||
app:preview="@drawable/gesture_camera_lift"/>
|
||||
|
||||
<SwitchPreference
|
||||
android:key="gesture_camera_lift_trigger"
|
||||
android:title="@string/camera_lift_trigger_title"
|
||||
android:summary="@string/camera_lift_trigger_summary"
|
||||
app:keywords="@string/keywords_gesture"/>
|
||||
|
||||
</PreferenceScreen>
|
||||
@@ -87,11 +87,6 @@
|
||||
android:title="@string/ambient_display_pickup_title"
|
||||
android:fragment="com.android.settings.gestures.PickupGestureSettings" />
|
||||
|
||||
<Preference
|
||||
android:key="gesture_camera_lift_trigger_summary"
|
||||
android:title="@string/camera_lift_trigger_title"
|
||||
android:fragment="com.android.settings.gestures.CameraLiftTriggerSettings" />
|
||||
|
||||
<Preference
|
||||
android:key="gesture_double_tap_power_input_summary"
|
||||
android:title="@string/double_tap_power_for_camera_title"
|
||||
|
||||
Reference in New Issue
Block a user