From 4e4db4563a7ddf262993a9312781c66d34485ea4 Mon Sep 17 00:00:00 2001 From: Raj Yengisetty Date: Mon, 10 Nov 2014 10:35:00 -0800 Subject: 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 Conflicts: AndroidManifest.xml res/values/preferences_defaults.xml src/com/android/launcher3/AppsCustomizePagedView.java src/com/android/launcher3/Folder.java src/com/android/launcher3/FolderIcon.java src/com/android/launcher3/Launcher.java src/com/android/launcher3/LauncherModel.java src/com/android/launcher3/LauncherProvider.java src/com/android/launcher3/OverviewSettingsPanel.java Change-Id: I41c295e7f2c9abc9b2e77e6e3d39b7ca60d47139 --- res/drawable-hdpi/folder_lock.png | Bin 0 -> 459 bytes res/drawable-hdpi/folder_lock_light.png | Bin 0 -> 461 bytes res/drawable-hdpi/folder_unlock.png | Bin 0 -> 480 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 res/drawable-hdpi/folder_lock.png create mode 100644 res/drawable-hdpi/folder_lock_light.png create mode 100644 res/drawable-hdpi/folder_unlock.png (limited to 'res/drawable-hdpi') diff --git a/res/drawable-hdpi/folder_lock.png b/res/drawable-hdpi/folder_lock.png new file mode 100644 index 000000000..9d5ac426d Binary files /dev/null and b/res/drawable-hdpi/folder_lock.png differ diff --git a/res/drawable-hdpi/folder_lock_light.png b/res/drawable-hdpi/folder_lock_light.png new file mode 100644 index 000000000..ca849e8d7 Binary files /dev/null and b/res/drawable-hdpi/folder_lock_light.png differ diff --git a/res/drawable-hdpi/folder_unlock.png b/res/drawable-hdpi/folder_unlock.png new file mode 100644 index 000000000..58524209c Binary files /dev/null and b/res/drawable-hdpi/folder_unlock.png differ -- cgit v1.2.3