Skip to content

Commit 0be7257

Browse files
author
Chris Bellew
committed
Removed old library; Use app name for shortcut.
1 parent 0075d46 commit 0be7257

File tree

2 files changed

+1
-23
lines changed

2 files changed

+1
-23
lines changed

Voice Control For Plex Library/Voice Control For Plex Library.iml

Lines changed: 0 additions & 22 deletions
This file was deleted.

Voice Control For Plex/src/main/java/com/atomjack/vcfp/ShortcutProviderActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ protected void onCreate(Bundle savedInstanceState) {
1515
Intent launchIntent = new Intent(this, ShortcutActivity.class);
1616

1717
sendIntent.putExtra(Intent.EXTRA_SHORTCUT_INTENT, launchIntent);
18-
sendIntent.putExtra(Intent.EXTRA_SHORTCUT_NAME, "");
18+
sendIntent.putExtra(Intent.EXTRA_SHORTCUT_NAME, getResources().getString(R.string.app_name));
1919
sendIntent.putExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE, icon);
2020

2121
setResult(RESULT_OK, sendIntent);

0 commit comments

Comments
 (0)