summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2010-04-20 16:51:49 -0400
committerDaniel Sandler <dsandler@android.com>2010-04-21 13:38:46 -0400
commit97994f1b9bc9cb6cbf2fa303ea21f39351de1342 (patch)
treeba9834e8aedc15abdbd859538f189ed81f03acad /AndroidManifest.xml
parent8a92fcc8395c9d922abc2e772ea28b7920e26521 (diff)
downloadProtips-97994f1b9bc9cb6cbf2fa303ea21f39351de1342.tar.gz
Reorganized tip strings so they can be more easily localized.
The previous structure made it difficult to provide coherent comments for translators. It was also unnecessarily difficult to add/remove tips. Added comments to all localizable strings. Also, removed two tips deemed to be overkill. This is now (hopefully) the final set of tips. Finally, store the current tip in SharedPreferences so that the widget doesn't always reset to tip 0 every time Launcher restarts (important on low-memory devices). Bug: 2559083 (tracking the overall feature) Change-Id: I86a29a4e8e1059e7fe2ff6792bbc4e3277951fa2
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5861aef..4b53e59 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -11,7 +11,6 @@
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
<action android:name="com.android.protips.NEXT_TIP" />
- <action android:name="com.android.protips.PERIODIC" />
<action android:name="com.android.protips.HEE_HEE" />
</intent-filter>
<meta-data android:name="android.appwidget.provider" android:resource="@xml/widget_build" />