summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 318e0b0..2368345 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -479,7 +479,7 @@
<activity android:name="GadgetPickActivity" android:label="@string/gadget_picker_title">
<intent-filter>
- <action android:name="android.gadget.action.PICK_GADGET" />
+ <action android:name="android.gadget.action.GADGET_PICK" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>