summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2014-11-12 17:14:27 -0800
committerAdnan Begovic <adnan@cyngn.com>2015-10-26 16:11:13 -0700
commitd40cd5728a415efd72ee192fa6f67727411ed959 (patch)
treeae0afabb0d80930130005dd09c6c864e9177cfb1 /AndroidManifest.xml
parentcf65d3f14dce8dae3590daac56bdd59be28e1779 (diff)
downloadpackages_apps_Settings-d40cd5728a415efd72ee192fa6f67727411ed959.zip
packages_apps_Settings-d40cd5728a415efd72ee192fa6f67727411ed959.tar.gz
packages_apps_Settings-d40cd5728a415efd72ee192fa6f67727411ed959.tar.bz2
Profiles : Settings
Change-Id: I072758a1c5ec04ef34077551220b6611068fe71d
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml56
1 files changed, 56 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7923033..a7949a9 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2160,6 +2160,62 @@
android:theme="@style/CryptKeeperBlankTheme"
/>
+ <!-- CyanogenMod activities Start -->
+ <activity android:name=".profiles.ProfilesSettings" />
+ <activity android:name="Settings$ProfilesSettingsActivity"
+ android:label="@string/profile_settings"
+ android:taskAffinity=""
+ android:excludeFromRecents="true">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <action android:name="android.settings.PROFILES_SETTINGS" />
+ <action android:name="com.android.settings.PROFILES_SETTINGS" />
+ <category android:name="android.intent.category.VOICE_LAUNCH" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.SHORTCUT" />
+ </intent-filter>
+ <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
+ android:value="com.android.settings.profiles.ProfilesSettings" />
+ <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID"
+ android:resource="@id/profiles_settings" />
+ </activity>
+
+ <!-- Keep compatibility with old shortcuts. -->
+ <activity-alias android:name="ProfileSettings"
+ android:label="@string/profile_settings"
+ android:exported="true"
+ android:targetActivity="Settings$ProfilesSettingsActivity">
+ <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
+ android:value="com.android.settings.profiles.ProfilesSettings" />
+ <meta-data android:name="com.android.settings.TOP_LEVEL_HEADER_ID"
+ android:resource="@id/profiles_settings" />
+ </activity-alias>
+
+ <activity android:name=".profiles.ProfileConfig" />
+
+ <activity android:name=".profiles.AppGroupList" />
+
+ <activity android:name=".profiles.AppGroupConfig" />
+
+ <activity android:name=".profiles.ProfileGroupConfig" />
+
+ <activity android:name=".profiles.WifiTriggers" />
+
+ <activity android:name=".profiles.NFCProfileWriter" />
+
+ <activity android:name=".profiles.NFCProfileSelect" />
+
+ <activity android:name=".profiles.NFCProfile"
+ android:theme="@android:style/Theme.NoDisplay">
+ <intent-filter>
+ <action android:name="android.nfc.action.NDEF_DISCOVERED"/>
+ <category android:name="android.intent.category.DEFAULT"/>
+ <data android:mimeType="cm/profile" />
+ </intent-filter>
+ </activity>
+
+ <!-- CyanogenMod activities End -->
+
<!-- Pseudo-activity used to provide an intent-filter entry point to encryption settings -->
<activity android:name="Settings$CryptKeeperSettingsActivity"
android:label="@string/crypt_keeper_encrypt_title">