File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<manifest package =" app.status.mobile" xmlns : android =" http://schemas.android.com/apk/res/android" android : versionName =" 1.0" android : versionCode =" 1" android : installLocation =" auto" >
33 <!-- non-dangerous permissions -->
4- <uses-permission android : name =" android.permission.FOREGROUND_SERVICE" />
5- <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_SPECIAL_USE" />
64 <uses-permission android : name =" android.permission.INTERNET" />
75 <uses-permission android : name =" android.permission.NFC" />
86 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
Original file line number Diff line number Diff line change 55 android : versionCode =" 1"
66 android : versionName =" 1.0" >
77 <!-- non-dangerous permissions -->
8- <uses-permission android : name =" android.permission.FOREGROUND_SERVICE" />
9- <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_SPECIAL_USE" />
108 <uses-permission android : name =" android.permission.INTERNET" />
119 <uses-permission android : name =" android.permission.NFC" />
1210 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
You can’t perform that action at this time.
0 commit comments