sanders: LineageActions: Remove from dashboard, move to system settings

Needs 7ad487fd5c

Signed-off-by: Keertesh <keertesh.k98@gmail.com>
This commit is contained in:
jhenrique09
2017-12-30 10:49:29 -02:00
committed by Keertesh
parent a4b148e469
commit a632d88af4
5 changed files with 69 additions and 14 deletions

View File

@@ -20,7 +20,7 @@
<application
android:allowBackup="true"
android:label="@string/moto_actions_title"
android:label="@string/screen_gestures_panel_title"
android:icon="@drawable/ic_gesture"
android:persistent="true">
@@ -61,21 +61,9 @@
<activity
android:name=".ActionsPreferenceActivity"
android:label="@string/moto_actions_title"
android:label="@string/screen_gestures_panel_title"
android:summary="@string/device_gestures_summary"
android:theme="@style/LineageActions">
<intent-filter>
<action android:name="com.android.settings.action.IA_SETTINGS" />
</intent-filter>
<meta-data
android:name="com.android.settings.category"
android:value="com.android.settings.category.ia.homepage" />
<meta-data
android:name="com.android.settings.icon"
android:resource="@drawable/ic_settings_gestures" />
<meta-data
android:name="com.android.settings.summary"
android:resource="@string/device_gestures_summary" />
</activity>
<activity