The following important permissions need to be called
uses-permission:'android.permission.FOREGROUND_SERVICE'
uses-permission:'android.permission.SYSTEM_ALERT_WINDOW', allows the program to display the system window
uses-permission:'android.permission.BROADCAST_STICKY', allows the program to quickly receive the next broadcast after receiving the broadcast
uses-permission:'android.permission.USE_CREDENTIALS', allows the program to request verification from AccountManager
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.ACCESS_WIFI_STATE', allows the program to obtain the current WiFi access status and WLAN hotspot information
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.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.WRITE_EXTERNAL_STORAGE', allows the program to write to external storage, such as writing files on the SD card
uses-permission:'android.permission.READ_SYNC_SETTINGS', allows the program to read synchronization settings and read Google online synchronization settings
uses-permission:'android.permission.WRITE_SYNC_SETTINGS', write Google online synchronization settings
uses-permission:'com.android.browser.permission.READ_HISTORY_BOOKMARKS', allows the program to read browser favorites and history
uses-permission:'com.android.browser.permission.WRITE_HISTORY_BOOKMARKS', allows an application to write (but not read) the user's browsing history and bookmarks
uses-permission:'com.android.launcher.permission.INSTALL_SHORTCUT', create a shortcut
uses-permission:'com.android.launcher.permission.UNINSTALL_SHORTCUT', delete shortcuts
uses-permission:'com.android.launcher.permission.READ_SETTINGS'
uses-permission:'com.android.launcher.permission.WRITE_SETTINGS'
uses-permission:'android.permission.MODIFY_AUDIO_SETTINGS', allows the program to modify the sound setting information
uses-permission:'android.permission.GET_TASKS', allows the program to obtain task information
uses-permission:'android.permission.FLASHLIGHT', allows access to flash
uses-permission:'android.permission.CAMERA', allows the program to access the camera to take pictures
uses-permission:'android.permission.CHANGE_CONFIGURATION', allows the current application to change configuration, such as positioning
uses-permission:'android.permission.WRITE_SETTINGS', allows the program to read or write system settings
uses-permission:'android.permission.EXPAND_STATUS_BAR', allows the program to expand or shrink the status bar
uses-permission:'android.permission.REQUEST_INSTALL_PACKAGES', allows access to installed applications from unknown sources
uses-permission:'android.permission.BLUETOOTH', allows the program to connect to paired Bluetooth devices
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.CHANGE_WIFI_STATE', allows the program to change the WiFi state
uses-permission:'com.huawei.android.launcher.permission.CHANGE_BADGE '
uses-permission:'android.permission.ACTIVITY_RECOGNITION'
uses-permission:'android.permission.MOUNT_UNMOUNT_FILESYSTEMS',允许程序挂载、反挂载外部文件系统
uses-permission:'android.permission.QUERY_ALL_PACKAGES'
uses-permission:'android.permission.BATTERY_STATS'
uses-permission:'com.asus.msa.SupplementaryDID.ACCESS'
uses-permission:'com.google.android.gms.permission.AD_ID'
uses-permission:'android.permission.MANAGE_EXTERNAL_STORAGE'
uses-permission:'com.browser2345.openadsdk.permission.TT_PANGOLIN'
uses-permission:'freemme.permission.msa'
uses-permission:'freemme.permission.msa.SECURITY_ACCESS'
uses-permission:'oplus.permission.settings.LAUNCH_FOR_EXPORT'
uses-permission:'com.vivo.identifier.permission.OAID_STATE_DIALOG'
uses-permission:'com.browser2345.permission.JPUSH_MESSAGE'
uses-permission:'android.permission.POST_NOTIFICATIONS'
uses-permission:'com.huawei.android.launcher.permission.CHANGE_BADGE'
uses-permission:'com.vivo.notification.permission.BADGE_ICON'
uses-permission:'com.hihonor.android.launcher.permission.CHANGE_BADGE'
uses-permission:'com.browser2345.permission.MIPUSH_RECEIVE'
uses-permission:'com.meizu.flyme.permission.PUSH'
uses-permission:'com.meizu.flyme.push.permission.RECEIVE'
uses-permission:'com.browser2345.push.permission.MESSAGE'
uses-permission:'com.meizu.c2dm.permission.RECEIVE'
uses-permission:'com.browser2345.permission.C2D_MESSAGE'
uses-permission:'com.coloros.mcs.permission.RECIEVE_MCS_MESSAGE'
uses-permission:'com.heytap.mcs.permission.RECIEVE_MCS_MESSAGE'
uses-permission:'com.browser2345.permission.PROCESS_PUSH_MSG'
uses-permission:'com.browser2345.permission.PUSH_PROVIDER'
uses-permission:'android.permission.REORDER_TASKS',允许程序重新排序系统Z轴运行中的任务
uses-permission:'com.hihonor.permission.MANAGE_FOLD_SCREEN'
uses-permission:'com.hihonor.permission.MANAGE_FOLD_SCREEN_PRIVILEGED'
Your comment needs to be reviewed before it can be displayed