-3

I have an android app to analyse data of calls using android.permission.READ_CALL_LOG but I got no way to upload it how can I do this.

<uses-permission android:name="android.permission.READ_CALL_LOG" />
<uses-permission android:name="android.permission.WRITE_CALL_LOG" />
Akriti
  • 773
  • 1
  • 10
  • 19
abdo ts
  • 1
  • 1

1 Answers1

0

I don't think you can upload an app with those permission and SMS permissions to the store anymore due to an update to the playstore an applications privacy policy . However, there are a few modifications you can make to your code which might allow ou to be able to push the application. Please see the materials below as reference:

https://android-developers.googleblog.com/2019/01/reminder-smscall-log-policy-changes.html https://proandroiddev.com/no-more-sms-call-log-permissions-now-what-9b8226de7827 https://support.google.com/googleplay/android-developer/answer/9047303

Asendo
  • 158
  • 1
  • 10