Fix travis

- Remove duplicate of AndroidManifest
- Remove some non-translatable strings from "ar" translation, and general clean-up of other
This commit is contained in:
Mauricio Colli 2017-03-27 16:34:37 -03:00
parent b43c56085d
commit 7a4a54c3ea
31 changed files with 4 additions and 1636 deletions

View file

@ -53,11 +53,6 @@
android:launchMode="singleInstance"
android:theme="@style/PlayerTheme"/>
<service
android:name=".player.BackgroundPlayer"
android:exported="false"
android:label="@string/background_player_name" />
<activity
android:name=".settings.SettingsActivity"
android:label="@string/settings_activity_title" />