summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherSettings.java
diff options
context:
space:
mode:
authorRaj Yengisetty <rajesh@cyngn.com>2014-05-19 18:39:10 -0700
committerRaj Yengisetty <rajesh@cyngn.com>2014-06-11 21:29:43 -0700
commitcf84500bd174148d4f7e6ce5a840c4f8f31cbabd (patch)
tree408aa15d459a7b2e9ee61c1d191e141e77d239d1 /src/com/android/launcher3/LauncherSettings.java
parent3ac0f662ac96fb2f3eb89ce706bae311e821c9ce (diff)
downloadandroid_packages_apps_Trebuchet-cf84500bd174148d4f7e6ce5a840c4f8f31cbabd.tar.gz
android_packages_apps_Trebuchet-cf84500bd174148d4f7e6ce5a840c4f8f31cbabd.tar.bz2
android_packages_apps_Trebuchet-cf84500bd174148d4f7e6ce5a840c4f8f31cbabd.zip
Protected App [3/3]
Trebuchet - Protected Apps - Build fixed to work with LOCAL_SDK_VERSION - Fixed adding components to protected folders and adding protected folders to other folders - Fixed issues with EditText for FolderName - Adding support for Settings hooks - Uses Setting's LockPattern for Protected Apps - Add Read from Settings Secure DB (DO NOT WRITE!) - Protecting a folder updates Launcher without restart - Batch send component visibility Change-Id: I41c295e7f2c9abc9b2e77e6e3d39b7ca60d47139
Diffstat (limited to 'src/com/android/launcher3/LauncherSettings.java')
-rw-r--r--src/com/android/launcher3/LauncherSettings.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/com/android/launcher3/LauncherSettings.java b/src/com/android/launcher3/LauncherSettings.java
index 31b42fcc9..034ffbaa3 100644
--- a/src/com/android/launcher3/LauncherSettings.java
+++ b/src/com/android/launcher3/LauncherSettings.java
@@ -40,6 +40,11 @@ class LauncherSettings {
static final String TITLE = "title";
/**
+ * Folder Hidden status
+ */
+ static final String HIDDEN = "hidden";
+
+ /**
* The Intent URL of the gesture, describing what it points to. This
* value is given to {@link android.content.Intent#parseUri(String, int)} to create
* an Intent that can be launched.