The following important permissions need to be called
uses-permission:'android.permission.INTERNET', allows the program to access the network connection, which may generate GPRS traffic
uses-permission:'com.huawei.android.launcher.permission.CHANGE_BADGE'
uses-permission:'android.permission.WRITE_EXTERNAL_STORAGE', allows the program to write to external storage, such as writing files on the SD card
uses-permission:'android.permission.ACCESS_COARSE_LOCATION', allows the program to obtain the user's erroneous latitude and longitude information through WiFi or mobile base stations
uses-permission:'android.permission.ACCESS_FINE_LOCATION', allows the program to receive satellite positioning information through the GPS chip
uses-permission:'android.permission.ACCESS_NETWORK_STATE', allows the program to obtain network information status, such as whether the current network connection is valid
uses-permission:'android.permission.ACCESS_WIFI_STATE', allows the program to obtain the current WiFi access status and WLAN hotspot information
uses-permission:'android.permission.WAKE_LOCK', allows the background process to still run after the phone screen is turned off
uses-permission:'android.permission.VIBRATE', allows the program to vibrate
uses-permission:'android.permission.CAMERA', allows the program to access the camera to take pictures
uses-permission:'android.permission.CALL_PHONE', allows the program to make calls from non-system dialers
uses-permission:'android.permission.SEND_SMS', allows the program to send text messages
uses-permission:'android.permission.READ_PHONE_STATE', allows the program to access the phone state
uses-permission:'android.permission.RECORD_AUDIO', allows the program to record sound through the microphone of the phone or headset
uses-permission:'android.permission.BLUETOOTH_ADMIN', allows the program to discover and pair new Bluetooth devices
uses-permission:'android.permission.BLUETOOTH', allows the program to connect to paired Bluetooth devices
uses-permission:'android.permission.FOREGROUND_SERVICE'
uses-permission:'android.permission.REQUEST_INSTALL_PACKAGES', allows access to installed applications from unknown sources
uses-permission:'android.permission.CHANGE_WIFI_STATE', allows the program to change the WiFi state
uses-permission:'android.permission.WRITE_CALENDAR', allows the program to write to the schedule, but not read it
uses-permission:'android.permission.READ_CALENDAR', allows the program to read the user's schedule information
uses-permission:'android.permission.USE_FINGERPRINT'
uses-permission:'android.permission.READ_EXTERNAL_STORAGE', the program can read files in the device's external storage space (built-in SDcard and external SDCard)
uses-permission:'android.permission.ACCESS_MOCK_LOCATION', allows the program to obtain simulated positioning information, generally used to help developers debug applications
uses-permission:'android.permission.BLUETOOTH_SCAN'
uses-permission:'android.permission.BLUETOOTH_ADVERTISE'
uses-permission:'android.permission.BLUETOOTH_CONNECT'
uses-permission:'android.permission.READ_MEDIA_IMAGES'
uses-permission:'android.permission.READ_MEDIA_VIDEO'
uses-permission:'android.permission.READ_MEDIA_AUDIO'
uses-permission:'com.yongyou.youpu.exclusive.permission.PROCESS_PUSH_MSG'
uses-permission:'com.yongyou.youpu.exclusive.permission.PUSH_PROVIDER'
uses-permission:'com.honeywell.decode.permission.DECODE'
uses-permission:'com.meizu.flyme.permission.PUSH'
uses-permission:'android.permission.POST_NOTIFICATIONS'
uses-permission:'com.yongyou.youpu.exclusive.permission.MIPUSH_RECEIVE'
uses-permission:'android.hardware.camera.autofocus'
uses-permission:'com.coloros.mcs.permission.RECIEVE_MCS_MESSAGE'
uses-permission:'com.heytap.mcs.permission.RECIEVE_MCS_MESSAGE'
uses-permission:'com.meizu.flyme.push.permission.RECEIVE'
uses-permission:'com.yongyou.youpu.exclusive.push.permission.MESSAGE'
uses-permission:'com.meizu.c2dm.permission.RECEIVE'
uses-permission:'com.yongyou.youpu.exclusive.permission.C2D_MESSAGE'
uses-permission:'com.vivo.notification.permission.BADGE_ICON'
uses-permission:'android.permission.DOWNLOAD_WITHOUT_NOTIFICATION'
uses-permission:'android.permission.ACCESS_NOTIFICATION_POLICY'
uses-permission:'com.android.launcher.permission.INSTALL_SHORTCUT',创建快捷方式
uses-permission:'android.permission.NFC',允许程序执行NFC近距离通讯操作,用于移动支持
uses-permission:'android.permission.ACCESS_LOCATION_EXTRA_COMMANDS',允许程序访问额外的定位提供者指令
uses-permission:'com.hihonor.push.permission.READ_PUSH_NOTIFICATION_INFO'
Your comment needs to be reviewed before it can be displayed