Add entry point to global actions panel settings
Bug: 133241418 Test: manual Change-Id: Id4268cacce30b08ad5c7c8afe3e1b44d4d1ac1e3
This commit is contained in:
@@ -3241,6 +3241,17 @@
|
||||
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
|
||||
android:value="com.android.settings.fuelgauge.batterysaver.BatterySaverScheduleSettings" />
|
||||
</activity>
|
||||
|
||||
<activity android:name="Settings$GlobalActionsPanelSettingsActivity"
|
||||
android:label="@string/global_actions_panel_title">
|
||||
<intent-filter>
|
||||
<action android:name="com.android.settings.GLOBAL_ACTIONS_PANEL_SETTINGS" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
|
||||
android:value="com.android.settings.gestures.GlobalActionsPanelSettings" />
|
||||
</activity>
|
||||
|
||||
<!-- This is the longest AndroidManifest.xml ever. -->
|
||||
</application>
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user