diff options
| author | Yu Ping Hu <yph@google.com> | 2013-07-30 16:25:52 -0700 |
|---|---|---|
| committer | Yu Ping Hu <yph@google.com> | 2013-07-30 16:25:52 -0700 |
| commit | 82e2830a7fad7a4bbfc99f1ea59034f0b2808033 (patch) | |
| tree | b8e24b862aabdd0d38e62851374ccc968eddc075 /AndroidManifest.xml | |
| parent | e95b9bb3e4b2f9eeaf47eceb550df79599efc41c (diff) | |
| download | android_packages_apps_Email-82e2830a7fad7a4bbfc99f1ea59034f0b2808033.tar.gz android_packages_apps_Email-82e2830a7fad7a4bbfc99f1ea59034f0b2808033.tar.bz2 android_packages_apps_Email-82e2830a7fad7a4bbfc99f1ea59034f0b2808033.zip | |
Rename folder shortcut widget.
Bug: 10094801
Change-Id: Ic710b8488518e37073fff44b730c0d26404db17c
Diffstat (limited to 'AndroidManifest.xml')
| -rw-r--r-- | AndroidManifest.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index c768e6ac5..5e7f4feb4 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -148,10 +148,6 @@ /> </intent-filter> </activity> - - <!-- TODO: this activity doesn't exist. Determine what to do here --> - <activity android:name=".ui.CreateShortcutActivity" - android:label="@string/activity_folder_selection" /> <activity android:name="com.android.mail.ui.FolderSelectionActivity" android:label="@string/activity_folder_selection" /> @@ -177,7 +173,7 @@ <activity android:name="com.android.email2.ui.CreateShortcutActivityEmail" android:theme="@style/ShortcutWidgetTheme" - android:label="@string/activity_folder_selection"> + android:label="@string/folder_shortcut_widget_label"> <intent-filter> <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
