8 lines
311 B
XML
8 lines
311 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="Moonlight" />
|
|
</manifest>
|