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

Commit 9a16e473 authored by Daniel Sheng's avatar Daniel Sheng
Browse files

Removed camera lift gesture settings UI.

Bug: 37154489
Test: make + manual + unit tests
Change-Id: Ifefa07d0e8e0de19d78303352c6f0e01dc1c52ab
Merged-In: I79e70dea12a65fefcb06aca3fd1891a95d856626
parent f8e0963f
Loading
Loading
Loading
Loading
+0 −23
Original line number Original line Diff line number Diff line
@@ -3146,29 +3146,6 @@




        <!-- Activities for moves/gestures suggestions -->
        <!-- 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
        <activity
            android:name=".Settings$DoubleTapPowerSuggestionActivity"
            android:name=".Settings$DoubleTapPowerSuggestionActivity"
            android:label="@string/double_tap_power_for_camera_title"
            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 Original line Diff line number Diff line
@@ -99,9 +99,6 @@
        -->
        -->
    </string-array>
    </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. -->
    <!-- Whether or not we should tint the icon color on setting pages. -->
    <bool name="config_tintSettingIcon">true</bool>
    <bool name="config_tintSettingIcon">true</bool>


+0 −9
Original line number Original line Diff line number Diff line
@@ -8686,15 +8686,6 @@
    <!-- Summary for settings suggestion for fingerprint swipe for notifications [CHAR LIMIT=60] -->
    <!-- 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>
    <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]-->
    <!-- Title text for the assist gesture [CHAR LIMIT=60]-->
    <string name="assist_gesture_title">Assist gesture</string>
    <string name="assist_gesture_title">Assist gesture</string>
Loading