0

No matter what I do, the sw720 screen sizes look awful. I'm wondering if there is a way to not allow users with this screen size to download the app.

Thanks,

6
  • Why don't you create a 720 version ? Commented May 24, 2016 at 0:03
  • I have a 720 version. Just with such a hard width its impossible for this app to look presentable. Commented May 24, 2016 at 0:05
  • If the problem is that the contents are too many for such a little screen, then you should change the design for it and do it again. Commented May 24, 2016 at 0:08
  • Ok, let me re-phrase this for a similar problem. I do not want to produce my app for the galaxy watch. How do I not allow it to be downloaded on the watch. Commented May 24, 2016 at 0:12
  • This is all I can help you. Commented May 24, 2016 at 0:15

1 Answer 1

1

You can use <compatible-screens> tag in your manifest by this way, you can decide the screen size and screenDensity that your app compatible with. This is the example: https://stuff.mit.edu/afs/sipb/project/android/docs/guide/topics/manifest/compatible-screens-element.html and that all the filter you can use in your manifest: https://developer.android.com/google/play/filters.html

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.