aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDvTonder <david.vantonder@gmail.com>2013-03-03 09:49:16 -0500
committerDvTonder <david.vantonder@gmail.com>2013-03-04 21:01:40 -0500
commit94f334d9f0375de617faa5f3124fed2fa4676086 (patch)
tree8593508b04dae67cad142de9e700e407a0ee8a17 /AndroidManifest.xml
parent07dd6dd6146ea638d25d7ed4834aa0028b7e1463 (diff)
downloadandroid_packages_apps_LockClock-94f334d9f0375de617faa5f3124fed2fa4676086.tar.gz
android_packages_apps_LockClock-94f334d9f0375de617faa5f3124fed2fa4676086.tar.bz2
android_packages_apps_LockClock-94f334d9f0375de617faa5f3124fed2fa4676086.zip
cLock: Launch configuration when adding the widget
This commit adds the ability to launch the configurator when adding a widget. Change-Id: I3e27b056a57057c6466243fdf6b97c509f1dbbdc
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 8f49700..6ae13ab 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -41,8 +41,9 @@
android:name="com.cyanogenmod.lockclock.preference.Preferences"
android:label="@string/app_name" >
<intent-filter>
+ <action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
<action android:name="android.intent.action.MAIN" />
- </intent-filter>
+ </intent-filter>
</activity>
<!-- Preferences fragments -->