summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2010-08-26 16:52:11 -0400
committerDaniel Sandler <dsandler@android.com>2010-08-27 13:50:34 -0400
commitf82202d691f7988584252d87e670de7a6e125fe5 (patch)
treee86de64e0e4a27fa2fb7baceb737809086d23437 /AndroidManifest.xml
parentfea396610f4cf0742a8b026740d0ca5bf63d1b32 (diff)
downloadProtips-f82202d691f7988584252d87e670de7a6e125fe5.tar.gz
Update tip widget text.
Bug: 2600981 Change-Id: Ic27de75c0aab691f125c8de5dc1c3cdea5d32d7a
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 4b53e59..145aee1 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -13,6 +13,10 @@
<action android:name="com.android.protips.NEXT_TIP" />
<action android:name="com.android.protips.HEE_HEE" />
</intent-filter>
+ <intent-filter>
+ <action android:name="android.provider.Telephony.SECRET_CODE" />
+ <data android:scheme="android_secret_code" android:host="8477" />
+ </intent-filter>
<meta-data android:name="android.appwidget.provider" android:resource="@xml/widget_build" />
</receiver>
</application>