Update AndroidManifest.xml
parent
7297b8f1c4
commit
2c84258ae2
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue