(2) Update new intent action ACTION_ONE_HANDED_SETTINGS in Settings
AndroidManifest to support long-pressed action for One-handed mode tile Update new intent action ACTION_ONE_HANDED_SETTINGS in Settings AndroidManifest for Settings$OneHandedSettingsActivity. Bug: 201743873 Bug: 202132480 Bug: 207381742 Test: manually test long-pressed on One-handed mode QS tile Change-Id: Id3882c62b6531a2a8c03378025cbda03efbb8c7c
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user