How can i make my app appear on tablets

Learning Android

I've made an app that can be shown on tablets but it only appeared in the market when opening the play store from a phone and that was because I've added a uses-permission that is not compatible with tablets but then I added that required is false:

<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="com.android.alarm.permission.SET_ALARM" />
<uses-permission 
     android:required="false"        
     android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission
     android:required="false"
     android:name="android.permission.READ_PHONE_STATE" />

Should I add the screen sizes that are compatible in the manifest or is it ok not to? I mean if I didn't add which screens are compatible will all the screen be compatible?

plus I want to know please how can I upload a new apk with the changes without notifying the user that updates were made because I haven't added anything just changed the manifest a little bit...

tried to upload my app with same version code but failed they asked me to change the version code so what should I do and how can I upload same apk without notying the user of an update... plz I need to know this too!! how can I upload it without showing the user an update notification?

thank u very much.

Learning Android

so based on my researches we can't add the same apk unless we increased the version code number and by that the users get an update notification... Secondly I don't think that it's really important to add which screens are compatible with this app because by default all the screens are, because even though I didn't add anything about the screens they wrote in my app that all the screen sizes are compatible..

another thing is because I wanna do a small change and wanna upload a new apk and users will get an update notification I won't do this update unless when I do some other changes in the app that way the user will see that some new features were added that's why he needs to update the app and that we're not just bothering him...

that's based on my own searches...

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How can I make my app appear in UIActivityViewController for text?

From Dev

How to make my app NOT support tablets

From Dev

How can I make my navbar appear on every page in my rails app?

From Dev

How do I make my app appear in app chooser?

From Dev

How can I make my OS appear as if it is running virtualized?

From Dev

How can I make my navbar appear at a certain section?

From Dev

how to make my application supported tablets in android?

From Dev

How to make my App appear on my Android Device?

From Dev

Can't make my app appear in the chooser Android BROWSABLE

From Dev

Can't make my app appear in the chooser Android BROWSABLE

From Dev

How can I make my android app work online?

From Dev

How can i make my .desktop app global?

From Dev

How can I make a waiting icon appear in the middle of my page with twitter bootstrap 3?

From Dev

How can I make an icon appear next to my title in the <title> tag?

From Dev

How can I make my MsgBox Appear if the Equip_No is not equal to the value in the Equip_no Textbox?

From Dev

How can I make my output appear all on one line with no spaces?

From Dev

How can I make a back button appear only if the user navigated to the page from my website?

From Dev

How can I make an icon appear next to my title in the <title> tag?

From Dev

How can i use the visibility attribute in css to make my submenu appear and reappear?

From Dev

How can I make my MsgBox Appear if the Equip_No is not equal to the value in the Equip_no Textbox?

From Dev

How do I write a swift array that can make the same UIImage appear for all my dynamic cells?

From Dev

How can I make my JS script calls in Magento appear on one line?

From Dev

TkInter: how can I make objects appear on my second window rather than the first?

From Dev

How can I find the cause of crash? My app doesn't appear in crashlog

From Dev

How do I make my menu appear on click with css

From Dev

How to make android wear Vibrate in an app for phones and tablets?

From Dev

How to make android wear Vibrate in an app for phones and tablets?

From Dev

Android app not appear in the store for some tablets

From Dev

How do I get my app to appear in the Applications list?

Related Related

  1. 1

    How can I make my app appear in UIActivityViewController for text?

  2. 2

    How to make my app NOT support tablets

  3. 3

    How can I make my navbar appear on every page in my rails app?

  4. 4

    How do I make my app appear in app chooser?

  5. 5

    How can I make my OS appear as if it is running virtualized?

  6. 6

    How can I make my navbar appear at a certain section?

  7. 7

    how to make my application supported tablets in android?

  8. 8

    How to make my App appear on my Android Device?

  9. 9

    Can't make my app appear in the chooser Android BROWSABLE

  10. 10

    Can't make my app appear in the chooser Android BROWSABLE

  11. 11

    How can I make my android app work online?

  12. 12

    How can i make my .desktop app global?

  13. 13

    How can I make a waiting icon appear in the middle of my page with twitter bootstrap 3?

  14. 14

    How can I make an icon appear next to my title in the <title> tag?

  15. 15

    How can I make my MsgBox Appear if the Equip_No is not equal to the value in the Equip_no Textbox?

  16. 16

    How can I make my output appear all on one line with no spaces?

  17. 17

    How can I make a back button appear only if the user navigated to the page from my website?

  18. 18

    How can I make an icon appear next to my title in the <title> tag?

  19. 19

    How can i use the visibility attribute in css to make my submenu appear and reappear?

  20. 20

    How can I make my MsgBox Appear if the Equip_No is not equal to the value in the Equip_no Textbox?

  21. 21

    How do I write a swift array that can make the same UIImage appear for all my dynamic cells?

  22. 22

    How can I make my JS script calls in Magento appear on one line?

  23. 23

    TkInter: how can I make objects appear on my second window rather than the first?

  24. 24

    How can I find the cause of crash? My app doesn't appear in crashlog

  25. 25

    How do I make my menu appear on click with css

  26. 26

    How to make android wear Vibrate in an app for phones and tablets?

  27. 27

    How to make android wear Vibrate in an app for phones and tablets?

  28. 28

    Android app not appear in the store for some tablets

  29. 29

    How do I get my app to appear in the Applications list?

HotTag

Archive