|
ℹ️
Review
|
Foreground Service
android.permission.FOREGROUND_SERVICE
|
This is an Android permission or app-specific permission requested by the app. |
The app may use this permission for features related to its category, device support, background behavior, storage, connectivity, or system integration. |
Review this permission before installing, especially if it does not match the app’s expected purpose. |
|
ℹ️
Review
|
Bluetooth access
android.permission.BLUETOOTH
|
Allows the app to use Bluetooth features. |
Used for headphones, controllers, wearables, cars, smart devices, nearby sharing, or accessories. |
Review if the app has no obvious nearby-device or accessory feature. |
|
ℹ️
Review
|
Connect to Bluetooth devices
android.permission.BLUETOOTH_CONNECT
|
Allows the app to connect to paired Bluetooth devices. |
Used for audio devices, controllers, watches, cars, sensors, and smart accessories. |
Review paired-device access if the app does not need Bluetooth features. |
|
ℹ️
Review
|
Androidx Car App Access Surface
androidx.car.app.ACCESS_SURFACE
|
This is an Android permission or app-specific permission requested by the app. |
The app may use this permission for features related to its category, device support, background behavior, storage, connectivity, or system integration. |
Review this permission before installing, especially if it does not match the app’s expected purpose. |
|
ℹ️
Review
|
Androidx Car App Navigation Templates
androidx.car.app.NAVIGATION_TEMPLATES
|
This is an Android permission or app-specific permission requested by the app. |
The app may use this permission for features related to its category, device support, background behavior, storage, connectivity, or system integration. |
Review this permission before installing, especially if it does not match the app’s expected purpose. |
|
✅
Common
|
Internet access
android.permission.INTERNET
|
Allows the app to open network connections and communicate with online services. |
Commonly used for streaming, syncing, login, ads, analytics, downloads, cloud features, and app updates. |
Common permission. Review the app’s behavior if it does not appear to need online access. |
|
✅
Common
|
View network status
android.permission.ACCESS_NETWORK_STATE
|
Allows the app to check whether the device is connected to Wi-Fi, mobile data, or another network. |
Often used to avoid loading content when offline or to adjust loading based on connection quality. |
Generally low risk by itself. |
|
ℹ️
Review
|
Access Wifi State
android.permission.ACCESS_WIFI_STATE
|
This is an Android permission or app-specific permission requested by the app. |
The app may use this permission for features related to its category, device support, background behavior, storage, connectivity, or system integration. |
Review this permission before installing, especially if it does not match the app’s expected purpose. |
|
ℹ️
Review
|
Launcher Permission Install Shortcut
com.android.launcher.permission.INSTALL_SHORTCUT
|
This is an Android permission or app-specific permission requested by the app. |
The app may use this permission for features related to its category, device support, background behavior, storage, connectivity, or system integration. |
Review this permission before installing, especially if it does not match the app’s expected purpose. |
|
⚠️
Sensitive
|
Read contacts
android.permission.READ_CONTACTS
|
Allows the app to read contacts stored on the device. |
Used for messaging, calling, social features, contact sync, invitations, or account matching. |
Sensitive permission. Review carefully if the app does not need contact-related features. |
|
✅
Common
|
Vibration control
android.permission.VIBRATE
|
Allows the app to control device vibration. |
Used for notifications, alerts, haptic feedback, timers, alarms, or game feedback. |
Generally low risk by itself. |
|
ℹ️
Review
|
Send notifications
android.permission.POST_NOTIFICATIONS
|
Allows the app to send notifications to the device. |
Used for alerts, reminders, messages, account activity, updates, or media controls. |
Review notification settings if the app sends too many alerts. |