Skip to content

Commit

Permalink
添加权限
Browse files Browse the repository at this point in the history
  • Loading branch information
puyang1017 committed Jan 29, 2019
1 parent fba9ed0 commit 4e00160
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion puymvpjava/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.puy.puymvpjava"/>
package="com.android.puy.puymvpjava">
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE"/>
<uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES"/>
<application android:allowBackup="true" android:label="@string/app_name"
android:supportsRtl="true">
</application>

</manifest>

0 comments on commit 4e00160

Please sign in to comment.