summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2015-08-12 01:05:08 +0200
committerAdnan Begovic <adnan@cyngn.com>2015-12-01 14:09:26 -0800
commit8d17b9a2f33925c6678b1718dae29abfc7e2c989 (patch)
tree29ed65233460a30179d8fcb59ac67408bf7b58f6 /AndroidManifest.xml
parentc9503e0919ddeae38da404fbec6772bba52e0626 (diff)
downloadpackages_apps_Settings-8d17b9a2f33925c6678b1718dae29abfc7e2c989.zip
packages_apps_Settings-8d17b9a2f33925c6678b1718dae29abfc7e2c989.tar.gz
packages_apps_Settings-8d17b9a2f33925c6678b1718dae29abfc7e2c989.tar.bz2
settings: contributors cloud
Squash of: settings: remove contributors cloud margin/padding Change-Id: I120e7bd1611bd47126d91ca1f88ce5cdb964fed8 Signed-off-by: Jorge Ruesga <jorge@ruesga.com> Settings: update contributors cloud Generated date: 3rd November 2015: 09:29 Change-Id: I7bc707f3896f91b3fd7d0f9f76700e3938f1a4b2 Change-Id: If5b89e0d278b7a0c85c966e09264b60927889fc9 JIRA: CML-133 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2800a40..43ebbd1 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2272,6 +2272,20 @@
android:resource="@id/security_settings" />
</activity-alias>
+ <activity android:name="Settings$ContributorsCloudActivity"
+ android:label="@string/contributors_cloud_fragment_title"
+ android:windowSoftInputMode="stateHidden|adjustNothing"
+ android:taskAffinity=""
+ android:excludeFromRecents="true">
+ <intent-filter>
+ <action android:name="android.intent.action.MAIN" />
+ <action android:name="android.settings.CONTRIBUTORS" />
+ <category android:name="android.intent.category.DEFAULT" />
+ </intent-filter>
+ <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
+ android:value="com.android.settings.contributors.ContributorsCloudFragment" />
+ </activity>
+
<!-- CyanogenMod activities End -->
<!-- Pseudo-activity used to provide an intent-filter entry point to encryption settings -->
@@ -2813,4 +2827,4 @@
</activity>
</application>
-</manifest>
+</manifest> \ No newline at end of file