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

Commit 2c66e642 authored by Jason Chang's avatar Jason Chang Committed by Android (Google) Code Review
Browse files

Merge "(2) Update new intent action ACTION_ONE_HANDED_SETTINGS in Settings...

Merge "(2) Update new intent action ACTION_ONE_HANDED_SETTINGS in Settings AndroidManifest to support long-pressed action for One-handed mode tile"
parents e4b9992d cffaef12
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4272,6 +4272,10 @@
            android:label="@string/one_handed_title"
            android:exported="true"
            android:enabled="true">
            <intent-filter android:priority="1">
                <action android:name="android.settings.action.ONE_HANDED_SETTINGS" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter android:priority="1">
                <action android:name="android.intent.action.MAIN" />
                <category android:name="com.android.settings.SHORTCUT" />