Update AndroidManifest.xml

system
wangsiyuan 2024-06-25 01:52:45 +08:00
parent 7297b8f1c4
commit 2c84258ae2
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nbee.echolink"
android:sharedUserId="android.uid.system"
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
@ -21,6 +23,7 @@
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<application
android:name=".EchoLink"
android:allowBackup="true"