Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android: Call Log Permissions and Google requirement #796

Open
SuperBesse opened this issue Jul 16, 2024 · 0 comments
Open

Android: Call Log Permissions and Google requirement #796

SuperBesse opened this issue Jul 16, 2024 · 0 comments

Comments

@SuperBesse
Copy link
Contributor

To be able to use the self managed mode, you'll have to add the READ_CALL_LOG permission in your android/src/main/AndroidManifest.xml file:

<uses-permission android:name="android.permission.READ_CALL_LOG"

I currently use the self managed mode for my application. I received a mail from google than explained the evolution of sensitive data and permissions (deadline August 2024):

https://support.google.com/googleplay/android-developer/answer/13986130

So if we use READ_CALL_LOG permission, we need to have this requirement:

Screenshot 2024-07-16 at 13 03 58

I don't want than my application becomes the default phone application.
My application must only manage calls coming from our service.

How to use self managed mode and respect Google requirement ?
Thanks

@SuperBesse SuperBesse changed the title Android: Call Log Permissions and Android requirement Android: Call Log Permissions and Google requirement Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant