Sanchit Panchwatikar
Sanchit Panchwatikar

Reputation: 1329

google play permission! What core functionalities in your app require SMS and Call Log permissions?

Previously declared permissions (2 permissions):

Choose at least one core functionality before saving.

Default SMS handler
Default Phone handler
Default Assistant handler
Transactional backup and restore for users and archive for enterprise (time-limited/non-continuous)
Enterprise SMS call archives
Caller ID, spam detection, and blocking
Connected device companion apps (for example, smartwatch or automotive)
Cross-device synchronization or transfer of SMS or calls
SMS-based financial transactions and related activity where access is restricted to financial SMS transactions (for example, 5-digit messages)
SMS based money management
Proxy calls
Services - Carrier
Services - OEM
Device Automation
Physical safety/emergency alert apps (e.g., senior safety)
Call-based OTP account verification
Using SMS_CB_RECEIVED for customer communications (e.g., Smart Zone Cast service)
Write and Show Call History in Dialer
In-vehicle hands-free use or projected display

I removed the permission and released the new apk, and it worked fine, but while uploading on Google Play Store it asks for one core feature. But in my app I've already taking out the permissions. Can anyone suggest what to do?

Upvotes: 1

Views: 6528

Answers (1)

Diptendu Das
Diptendu Das

Reputation: 4600

After a lot of investigation and experiment If found a solution which worked for me.

I removed all the SMS permissions from Manifest file and increment the app Version and submitted into Play store selecting any core feature.

Then again I generate one more apk and increment the app version and submitted into play store Now this time Google didn't ask core feature selection. and App is published

Upvotes: 1

Related Questions