permissions - How to set the Android APK only seen by tablet user or phone user in google market? -
i have written android application tablet , mobile phone version. since 2 version have little difference, 'd create 2 apk files mobile phone , tablet respectively. can set permission in manifest file google market can screen suitable version?
in other word, when user using tablet, he/she can search tablet version. when user using phone, he/she can search phone version.
you should go multiple apk support solution.
multiple apk back upwards feature on google play allows publish different apks application each targeted different device configurations. each apk finish , independent version of application, share same application listing on google play , must share same bundle name , signed same release key. feature useful cases in application cannot reach desired devices single apk.
android permissions
No comments:
Post a Comment