Google has changed their policy regarding the following permissions:
READ_SMS, SEND_SMS, WRITE_SMS, RECEIVE_SMS
READ_CALL_LOG, WRITE_CALL_LOG, PROCESS_OUTGOING_CALLS
Only the default phone or messaging apps can use these permissions:
https://support.google.com/googleplay/android-developer/answer/9047303?hl=en
This is relevant for Google Play apps.
The following types of objects can no longer be used:
- CallLog
- SmsMessages
- PhoneSms
- SmsInterceptor (and the equivalent static intent filter)
^^^^^^^^^^^ Du benutzt keins dieser Objekte?