Rename folder shortcut widget.
Bug: 10094801 Change-Id: Ic710b8488518e37073fff44b730c0d26404db17c
This commit is contained in:
parent
e95b9bb3e4
commit
82e2830a7f
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user