From a632d88af46924732bae17bba949a49996590fec Mon Sep 17 00:00:00 2001 From: jhenrique09 Date: Sat, 30 Dec 2017 10:49:29 -0200 Subject: [PATCH] sanders: LineageActions: Remove from dashboard, move to system settings Needs https://github.com/PixelExperience/packages_apps_Settings/commit/7ad487fd5c76dd368f372516ff7e65bf8123dc5c Signed-off-by: Keertesh --- LineageActions/AndroidManifest.xml | 16 +------ LineageActions/res/values/strings.xml | 11 +++++ LineageActions/res/xml/actions_panel.xml | 5 +++ .../device/GestureSettingsFragment.java | 45 +++++++++++++++++++ .../apps/Settings/res/values/config.xml | 6 +++ 5 files changed, 69 insertions(+), 14 deletions(-) diff --git a/LineageActions/AndroidManifest.xml b/LineageActions/AndroidManifest.xml index b8b4799..ab44f01 100644 --- a/LineageActions/AndroidManifest.xml +++ b/LineageActions/AndroidManifest.xml @@ -20,7 +20,7 @@ @@ -61,21 +61,9 @@ - - - - - - App does not support picture-in-picture mode. + + + Allow proximity sensor + Check the proximity sensor before performing the action + + + Jump to camera + + + To quickly open camera, press the power button twice. Works from any screen. + diff --git a/LineageActions/res/xml/actions_panel.xml b/LineageActions/res/xml/actions_panel.xml index cf725f8..4a24445 100644 --- a/LineageActions/res/xml/actions_panel.xml +++ b/LineageActions/res/xml/actions_panel.xml @@ -18,6 +18,11 @@ + + 1 + + org.lineageos.settings.device/org.lineageos.settings.device.DozeSettingsActivity + + + org.lineageos.settings.device/org.lineageos.settings.device.ActionsPreferenceActivity +