Android Manifest File: App Supports Tablets, But Is Marked "not Compatible" In Market?
I've been reading several other things on the forum for handling the Manifest File. Though I've found answers; it still doesn't address my particular issue. My application is desi
Solution 1:
For simplicity in case someone looks for my exact resolution; it is as follows:
<uses-permission android:name="android.hardware.telephony android:required="false" />
Once that was added instead of leaving it out, it appears to of triggered correctly.
Solution 2:
I could think that some tablets don't have call_phone
permission, since they only have wifi?
Are you sure the tablet has 3g functionality? (Also for the sms
)
Post a Comment for "Android Manifest File: App Supports Tablets, But Is Marked "not Compatible" In Market?"