summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndy Mast <andy@cyngn.com>2014-11-07 11:15:13 -0800
committerAndy Mast <andy@cyngn.com>2014-11-09 22:25:07 +0000
commit8c7837887bdc25e31c66e2acc59c71e0d7832988 (patch)
tree908a61b6cef1023bf2b17a26d1634f00da948f50 /AndroidManifest.xml
parent3eab9ffd19d1db72870f3a79eeabb085b453b99a (diff)
downloadpackages_apps_ThemeChooser-8c7837887bdc25e31c66e2acc59c71e0d7832988.tar.gz
packages_apps_ThemeChooser-8c7837887bdc25e31c66e2acc59c71e0d7832988.tar.bz2
packages_apps_ThemeChooser-8c7837887bdc25e31c66e2acc59c71e0d7832988.zip
Allow Other Apps To Apply Themes through Chooser
Change-Id: Ifc8115b9bb0320af1c51141c4516b0399583c32e
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 80d6fa2..315f67b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -55,6 +55,10 @@
<category android:name="android.intent.category.DEFAULT" />
<category android:name="cyngn.intent.category.APP_THEMES" />
</intent-filter>
+ <intent-filter>
+ <action android:name="android.intent.action.APPLY_THEME"/>
+ <category android:name="android.intent.category.DEFAULT" />
+ </intent-filter>
</activity>
<receiver android:name="com.cyngn.theme.chooser.AppReceiver" >