Android : Restrict app not to run on Tablet -
I have developed an application. And now I want my application to be run on mobile phones which are not running on tablets only. I searched for it and tried it as:
Android: Android: small screen: "True" Android: GeneralScreen = "False" Android: bigScreens = "false" android: xlargeScreens = " False "Android: resizeable =" false "/> I'll put it on AndroidMenFest I write in the XML file. But this is no use. My application is still running on the tablet.
I have declared that he is wrong, or I should include something else.
Please suggest me what to do to prevent my application from running on the tablet.
Why do you want to run it only on non-bullets? Do you need a feature (like SMS)? If so, add the utility tag to your manifest, if it's based on its screen size, why not just get more users on a larger scale?
In addition to this, there is nothing for the screen size tablet versus tablet. My phone is a note 2, it has more pixels than the original generation tablets. You can disable all the devices you do not want on the Play Store, but it will be a pain.
Comments
Post a Comment