mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-22 20:43:03 +00:00
8 lines
236 B
XML
8 lines
236 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.limelight" >
|
|
|
|
<!-- Non-root application name -->
|
|
<application android:label="Limelight" />
|
|
</manifest>
|