The following important permissions need to be called
uses-permission:'android.permission.DOWNLOAD_WITHOUT_NOTIFICATION'
uses-permission:'android.permission.GET_PACKAGE_SIZE', allows the program to obtain the file size of the application
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.READ_LOGS', allows the program to read the system's underlying logs
uses-permission:'android.permission.GET_TASKS', allows the program to obtain task information
uses-permission:'android.permission.PACKAGE_USAGE_STATS'
uses-permission:'android.permission.RECEIVE_USER_PRESENT'
uses-permission:'android.permission.INTERNET', allows the program to access the network connection, which may generate GPRS traffic
uses-permission:'android.permission.WAKE_LOCK', allows the background process to still run after the phone screen is turned off
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.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.VIBRATE', allows the program to vibrate
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.CAMERA', allows the program to access the camera to take pictures
uses-permission:'android.permission.REQUEST_INSTALL_PACKAGES', allows access to installed applications from unknown sources
uses-permission:'android.permission.READ_CONTACTS', allows the program to access contact address book information
uses-permission:'com.google.android.providers.gsf.permission.READ_GSERVICES'
uses-permission:'android.permission.FOREGROUND_SERVICE'
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_LOCATION_EXTRA_COMMANDS', allows the program to access additional location provider instructions
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.AUTHENTICATE_ACCOUNTS', allows the program to access account management ACCOUNT_MANAGER related information through account verification
uses-permission:'android.permission.BATTERY_STATS'
uses-permission:'android.permission.BLUETOOTH', allows the program to connect to paired Bluetooth devices
uses-permission:'android.permission.BLUETOOTH_ADMIN', allows the program to discover and pair new Bluetooth devices
uses-permission:'android.permission.BROADCAST_PACKAGE_ADDED'
uses-permission:'android.permission.BROADCAST_PACKAGE_CHANGED'
uses-permission:'android.permission.BROADCAST_PACKAGE_INSTALL'
uses-permission:'android.permission.BROADCAST_PACKAGE_REPLACED'
uses-permission:'android.permission.BROADCAST_STICKY', allows the program to quickly receive the next broadcast after receiving the broadcast
uses-permission:'android.permission.CHANGE_CONFIGURATION', allows the current application to change configuration, such as positioning
uses-permission:'android.permission.CHANGE_WIFI_MULTICAST_STATE', allows the program to change the WiFi multicast state
uses-permission:'android.permission.DISABLE_KEYGUARD', allows the program to disable the keyboard lock
uses-permission:'android.permission.FLASHLIGHT', allows access to flash
uses-permission:'android.permission.INSTALL_SHORTCUT'
uses-permission:'com.android.launcher.permission.INSTALL_SHORTCUT', create a shortcut
uses-permission:'android.permission.MANAGE_ACCOUNTS', allows the program to manage the account list in AccountManager
uses-permission:'android.permission.MODIFY_AUDIO_SETTINGS', allows the program to modify the sound setting information
uses-permission:'android.permission.NFC', allows the program to perform NFC short-range communication operations for mobile support
uses-permission:'android.permission.READ_PROFILE', access user profile
uses-permission:'android.permission.READ_SYNC_SETTINGS', allows the program to read synchronization settings and read Google online synchronization settings
uses-permission:'android.permission.RECORD_AUDIO', allows the program to record sound through the microphone of the phone or headset
uses-permission:'android.permission.REQUEST_DELETE_PACKAGES'
uses-permission:'android.permission.RESTART_PACKAGES', allows the program to end the task through the restartPackage(String) method, which will be abandoned externally
uses-permission:'android.permission.SYSTEM_OVERLAY_WINDOW'
uses-permission:'android.permission.UNINSTALL_SHORTCUT'
uses-permission:'com.android.launcher.permission.UNINSTALL_SHORTCUT', delete shortcuts
uses-permission:'android.permission.UPDATE_APP_BADGE'
uses-permission:'android.permission.USE_BIOMETRIC'
uses-permission:'android.permission.USE_CREDENTIALS', allows the program to request verification from AccountManager
uses-permission:'android.permission.USE_FINGERPRINT'
uses-permission:'android.permission.WRITE_SETTINGS', allows the program to read or write system settings
uses-permission:'android.permission.CHANGE_WIFI_STATE', allows the program to change the WiFi state
uses-permission:'android.permission.READ_BASIC_PHONE_STATE'
uses-permission:'android.permission.QUERY_ALL_PACKAGES'
uses-permission:'android.permission.BLUETOOTH_CONNECT'
uses-permission:'android.permission.POST_NOTIFICATIONS'
uses-permission:'com.taptap.openadsdk.permission.TT_PANGOLIN'
uses-permission:'android.permission.SYSTEM_ALERT_WINDOW', allows the program to display the system window
uses-permission:'android.permission.UPDATE_PACKAGES_WITHOUT_USER_ACTION'
uses-permission:'android.permission.MANAGE_EXTERNAL_STORAGE'
uses-permission:'getui.permission.GetuiService.com.taptap'
uses-permission:'android.permission.SCHEDULE_EXACT_ALARM'
uses-permission:'com.vivo.notification.permission.BADGE_ICON'
uses-permission:'android.permission.CHANGE_NETWORK_STATE', allows the program to change the network status, such as whether it is connected to the Internet
uses-permission:'android.permission.KILL_BACKGROUND_PROCESSES', allows the program to call the killBackgroundProcesses(String). method to end the background process
uses-permission:'android.permission.REORDER_TASKS', allows the program to reorder the running tasks of the system Z axis
uses-permission:'android.permission.ACCESS_BACKGROUND_LOCATION'
uses-permission:'com.taptap.permission.SAFE_ACCESS'
uses-permission:'android.permission.PERSISTENT_ACTIVITY', allows the program to create a permanent Activity, this feature is marked as being removed in the future
uses-permission:'android.permission.MOUNT_UNMOUNT_FILESYSTEMS', allows the program to mount and unmount external file systems
uses-permission:'android.permission.WRITE_SYNC_SETTINGS', write Google online synchronization settings
uses-permission:'com.android.vending.BILLING'
uses-permission:'com.android.vending.CHECK_LICENSE'
uses-permission:'com.google.android.providers.talk.permission.READ_ONLY'
uses-permission:'com.google.android.providers.talk.permission.WRITE_ONLY'
uses-permission:'com.google.android.gms.permission.ACTIVITY_RECOGNITION'
uses-permission:'com.google.android.gms.permission.AD_ID_NOTIFICATION'
uses-permission:'com.google.android.googleapps.permission.GOOGLE_AUTH'
uses-permission:'com.sec.android.provider.badge.permission.READ'
uses-permission:'com.sec.android.provider.badge.permission.WRITE'
uses-permission:'com.htc.launcher.permission.READ_SETTINGS'
uses-permission:'com.htc.launcher.permission.UPDATE_SHORTCUT'
uses-permission:'com.sonyericsson.home.permission.BROADCAST_BADGE'
uses-permission:'com.sonymobile.home.permission.PROVIDER_INSERT_BADGE'
uses-permission:'com.anddoes.launcher.permission.UPDATE_COUNT'
uses-permission:'com.majeur.launcher.permission.UPDATE_BADGE'
uses-permission:'com.huawei.android.launcher.permission.CHANGE_BADGE'
uses-permission:'com.huawei.android.launcher.permission.READ_SETTINGS'
uses-permission:'com.huawei.android.launcher.permission.WRITE_SETTINGS'
uses-permission:'android.permission.READ_APP_BADGE'
uses-permission:'com.oppo.launcher.permission.READ_SETTINGS'
uses-permission:'com.oppo.launcher.permission.WRITE_SETTINGS'
uses-permission:'me.everything.badger.permission.BADGE_COUNT_READ'
uses-permission:'me.everything.badger.permission.BADGE_COUNT_WRITE'
uses-permission:'com.taptap.permission.PROCESS_PUSH_MSG'
uses-permission:'com.taptap.permission.PUSH_PROVIDER'
uses-permission:'com.huawei.appmarket.service.commondata.permission.GET_COMMON_DATA'
uses-permission:'com.taptap.AGOO'
uses-permission:'com.taptap.ACCS'
uses-permission:'com.hihonor.push.permission.READ_PUSH_NOTIFICATION_INFO'
uses-permission:'com.asus.msa.SupplementaryDID.ACCESS'
uses-permission:'android.permission.BLUETOOTH_ADVERTISE'
uses-permission:'android.permission.BLUETOOTH_SCAN'
uses-permission:'android.permission.MODIFY_AUDIO_SETTINGs'
uses-permission:'freemme.permission.msa'
uses-permission:'freemme.permission.msa.SECURITY_ACCESS'
Useful
Useful
Useful