aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2014-01-15 22:11:47 +0200
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-03-12 02:04:11 +0000
commit500804d7530802f34b21d1e230b207efedc7d56b (patch)
tree872ec21ccad6bf6025dea3e062357ef61a182924
parentf1da736e118eb3d4160170c4ae572174186961b2 (diff)
downloadandroid_packages_apps_LockClock-staging/cm-12.1.tar.gz
android_packages_apps_LockClock-staging/cm-12.1.tar.bz2
android_packages_apps_LockClock-staging/cm-12.1.zip
cLock: Add to launcherstaging/cm-12.1
Change-Id: I3f07657de97ab458390c8a98a46d4f8473c93ebd
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8d45a72..a52e1e3 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -52,6 +52,7 @@
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
<action android:name="android.intent.action.MAIN" />
+ <category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>