Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e958b6d authored by Daniel Sheng's avatar Daniel Sheng Committed by Android (Google) Code Review
Browse files

Merge "Removed camera lift gesture settings UI."

parents 6e6d775c 11d240c3
Loading
Loading
Loading
Loading
+0 −23
Original line number Diff line number Diff line
@@ -3189,29 +3189,6 @@


        <!-- Activities for moves/gestures suggestions -->
        <activity
            android:name=".Settings$CameraLiftTriggerSuggestionActivity"
            android:label="@string/camera_lift_trigger_title"
            android:icon="@drawable/ic_suggestion_gesture"
            android:enabled="@bool/config_cameraLiftTriggerAvailable">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="com.android.settings.suggested.category.GESTURE" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
            </intent-filter>
            <meta-data android:name="com.android.settings.dismiss"
                       android:value="4,8,30" />
            <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
                       android:value="com.android.settings.gestures.CameraLiftTriggerSettings"/>
            <meta-data android:name="com.android.settings.title"
                       android:resource="@string/camera_lift_trigger_title" />
            <meta-data android:name="com.android.settings.summary"
                       android:resource="@string/camera_lift_trigger_suggestion_summary" />
        </activity>

        <activity
            android:name=".Settings$DoubleTapPowerSuggestionActivity"
            android:label="@string/double_tap_power_for_camera_title"
+0 −0

Empty file deleted.

res/raw/gesture_camera_lift.mp4

deleted100644 → 0
+0 −0

Empty file deleted.

+0 −3
Original line number Diff line number Diff line
@@ -102,9 +102,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>

+0 −9
Original line number Diff line number Diff line
@@ -8688,15 +8688,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>
Loading