If you're setting an app to be your default browser or email client, you probably trust it with your data. However, you still have to manually grant it permission for everything. Starting with Android Q, apps set as defaults will be automatically granted permissions based on what they are the default for.

Android Q introduces a new function called 'Roles,' which "allows the OS to grant apps elevated access to system functions based on well-understood use cases." There are seven roles to start with:

  • ROLE_BROWSER: Apps set as the system browser become the handler for web content requests.
  • ROLE_DIALER: The default Phone dialer can send SMS messages, and can handle outgoing calls/call logs.
  • ROLE_SMS: The default SMS app can send and receive text messages (shocker, I know), and read contacts.
  • ROLE_HOME: This is for the default app launcher, and doesn't include any special permissions.
  • ROLE_MUSIC: The default music app has full control over files in the 'Music' folder in the internal storage, even files created by other apps.
  • ROLE_GALLERY: The default photo app has full access to files in the 'Photos & Videos' media directory, again including files created by other apps.
  • ROLE_EMERGENCY: This is only mentioned in documentation for RoleManager, and there are no details about what it's for or what permissions it grants. Android Q allows users to set default apps for emergency info, so this is probably the role associated with that default.

Google will almost certainly add more roles as time goes on, but this is definitely a nice change. Roles should lead to fewer permissions prompts for users, and more predictable functionality for developers.

UPDATE: 2019/04/18 3:10pm PDT BY CORBIN DAVENPORT

Android Q Beta 2 includes two more roles:

  • ROLE_ASSISTANT: This is for the default voice assistant.
  • ROLE_CALL_REDIRECTION: Google's documentation says, "A call redirection app provides a means to re-write the phone number for an outgoing call to place the call through a call redirection service."

While it doesn't appear in developer documentation, there's also a new 'Car mode phone app' option in the Default apps screen, alongside all the above-mentioned roles. This is likely related to Driving Mode on the Pixel 3, which opens Android Auto by default on Android Pie.

Source: Android Developers