Remove unused strings
This commit is contained in:
parent
7f73612b9f
commit
edb632f9c7
39 changed files with 196 additions and 1115 deletions
|
|
@ -36,8 +36,7 @@
|
|||
|
||||
<service
|
||||
android:name=".player.BackgroundPlayer"
|
||||
android:exported="false"
|
||||
android:label="@string/background_player_name" />
|
||||
android:exported="false"/>
|
||||
|
||||
<activity
|
||||
android:name=".player.MainVideoPlayer"
|
||||
|
|
@ -48,7 +47,7 @@
|
|||
|
||||
<activity
|
||||
android:name=".settings.SettingsActivity"
|
||||
android:label="@string/settings_activity_title" />
|
||||
android:label="@string/settings" />
|
||||
<activity
|
||||
android:name=".PanicResponderActivity"
|
||||
android:launchMode="singleInstance"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue