summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
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 /AndroidManifest.xml
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 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 066c1779c..9e8065d36 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -61,6 +61,7 @@
<uses-permission android:name="com.android.launcher3.permission.READ_SETTINGS" />
<uses-permission android:name="com.android.launcher3.permission.WRITE_SETTINGS" />
<uses-permission android:name="com.android.launcher3.permission.RECEIVE_LAUNCH_BROADCASTS" />
+ <uses-permission android:name="cyanogenmod.permission.PROTECTED_APP" />
<application
android:name="com.android.launcher3.LauncherApplication"
@@ -94,15 +95,6 @@
</intent-filter>
</activity>
- <activity android:name=".settings.HiddenAppsActivity"
- android:label="@string/hidden_apps_title"
- android:exported="false">
- <intent-filter>
- <action android:name=".settings.HiddenAppsActivity" />
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
- </activity>
-
<activity
android:name="com.android.launcher3.LauncherWallpaperPickerActivity"
android:theme="@style/Theme.WallpaperCropper"