Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
Shorten launcher icon name
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaqua committed Oct 10, 2018
1 parent 421506c commit 7718bd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
android:name=".ProximityApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:label="@string/launcher_name"
android:supportsRtl="true"
tools:ignore="GoogleAppIndexingWarning">

Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<resources>
<string name="app_name">Proximity Service</string>
<string name="launcher_name">P. Service</string>
<string name="notification_settings">Service active. Tap to modify settings.</string>
<string name="notification_running">Touch to stop service.</string>
<string name="notification_stopped">Touch to restart service or swipe to dismiss.</string>
Expand Down

0 comments on commit 7718bd2

Please sign in to comment.