d2d0ed65d6
* Different app label for debug builds * Remove underscores from app labels
8 lines
319 B
XML
8 lines
319 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<!-- Non-root application name -->
|
|
<!-- FIXME: We should set extractNativeLibs=false but this breaks installation on the Fire TV 3 -->
|
|
<application android:label="@string/app_label" />
|
|
</manifest>
|