mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 11:33:06 +00:00
Fix app label
This commit is contained in:
parent
7e1b3f861f
commit
a9a8346f58
@ -1,5 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.limelight" >
|
||||
<!-- No manifest changes for non-root -->
|
||||
|
||||
<!-- Non-root application name -->
|
||||
<application android:label="Limelight" />
|
||||
</manifest>
|
||||
|
@ -4,4 +4,7 @@
|
||||
|
||||
<!-- Root permissions -->
|
||||
<uses-permission android:name="android.permission.ACCESS_SUPERUSER" />
|
||||
|
||||
<!-- Root application name -->
|
||||
<application android:label="Limelight (Root)" />
|
||||
</manifest>
|
||||
|
Loading…
x
Reference in New Issue
Block a user