We had an application on google play that was having read/receive SMS permissions defined and it was working fine , later on google made restriction to applications that they cannot use SMS and call log permissions until and unless they are their core functionalities. As per policy we remove both read and receive permissions from our application manifest as well as from code base.And tried to upload a compliant version on google play but it is still showing a form thinking that we are still using those permissions in our application. There is no way on google play to tell that we are not using these permissions and don't show this form.The form pic is below please suggest if anyone faced any issue like this . Thanks guys.
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
There must be some previous apk in some release channels, which had the permissions. Do the following: