Different app label for debug builds (#545)

* Different app label for debug builds

* Remove underscores from app labels
This commit is contained in:
Nikita Glazkov
2018-03-08 05:41:34 +03:00
committed by Cameron Gutman
parent e697ed72db
commit d2d0ed65d6
4 changed files with 12 additions and 2 deletions

View File

@@ -5,6 +5,6 @@
<!-- Ensure native libraries are always extracted for root builds,
since we must invoke the evdev_reader binary ourselves -->
<application
android:label="Moonlight (Root)"
android:label="@string/app_label_root"
android:extractNativeLibs="true" />
</manifest>