Skip to content

[Feature Request] Automatically handle Android permissions inside the library #8

Description

@AmjdAlhashede

Permissions Involved

The following Android permissions may be required based on the action:

  • READ_EXTERNAL_STORAGE → Required on Android <= 12.
  • WRITE_EXTERNAL_STORAGE → Required only for Android <= 10.
  • WRITE_SETTINGS → Required to change system ringtones.
  • READ_CONTACTS / WRITE_CONTACTS → Required for setting contact-specific ringtones.

The library should handle permission logic based on SDK version and requested operation.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions