Details
-
User Story
-
Resolution: Unresolved
-
P2: Important
-
None
Description
New Permissions
Whopping 22 new Permissions were added to Android 13!
https://developer.android.com/sdk/api_diff/t-beta2/changes/android.Manifest.permission
Google is making an effort to fine-tune permissions which has led to the deprecation of READ_EXTERNAL_STORAGE and the creation of many new ones.
Granular media permissions:
Deprecation of READ_EXTERNAL_STORAGE in favor of 3 new ones.
https://developer.android.com/about/versions/13/behavior-changes-13#granular-media-permissions
- READ_MEDIA_AUDIO
- READ_MEDIA_IMAGES
- READ_MEDIA_VIDEO
Notifications:
New permission to request to post a new Notification
https://developer.android.com/about/versions/13/changes/notification-permission
- POST_NOTIFICATIONS
Wifi
Runtime permissions for managing wifi connections.
https://developer.android.com/about/versions/13/features#nearby-wifi-devices-permission
MANAGE_WIFI_INTERFACESMANAGE_WIFI_NETWORK_SELECTION- NEARBY_WIFI_DEVICES
OVERRIDE_WIFI_CONFIG
Exact Alarm:
Permission made for clock or alarm apps.
https://developer.android.com/about/versions/13/features#use-exact-alarm-permission
USE_EXACT_ALARM
Body sensors:
New permission to access body sensors in the background
https://developer.android.com/about/versions/13/behavior-changes-13#body-sensors-background-permission
- BODY_SENSORS_BACKGROUND
Companion Apps:
New permissions for companion apps:
REQUEST_COMPANION_PROFILE_APP_STREAMINGREQUEST_COMPANION_PROFILE_AUTOMOTIVE_PROJECTIONREQUEST_COMPANION_PROFILE_COMPUTERREQUEST_COMPANION_SELF_MANAGEDDELIVER_COMPANION_MESSAGES
And more permissions:
READ_ASSISTANT_APP_SEARCH_DATAREAD_BASIC_PHONE_STATEREAD_HOME_APP_SEARCH_DATAREAD_NEARBY_STREAMING_POLICYSTART_VIEW_APP_FEATURESSUBSCRIBE_TO_KEYGUARD_LOCKED_STATEBIND_TV_INTERACTIVE_APP
Attachments
Issue Links
- relates to
-
QTBUG-116834 New needed Android permissions for Android SDK33
- Reported
-
QTBUG-100413 Implementation of Permissions API for Android
- Closed
-
QTBUG-98974 Android 11 - Scoped Storage
- Closed
- resulted from
-
QTBUG-101969 Spike Android 13 features
- Closed
-
QTBUG-103911 Spike Android 13 deprecations
- Closed