How to restrict app for tablet in Android?
i want to my app run only mobile device not in the tablet 10 and 7 inch . but my app is run on both tablet size .please help me out Bhavesh Patadiya Yes as @OceanLife says you Should Go with compatible-screens or supports-screens . but I would like to add Something here. if you are using <supports-screens android:largeScreens="false" android:normalScreens="true" android:smallScreens="true" android:xlargeScreens="false" /> then note what official compatible-screens documentation says: if you want your application to be available only for large and xlarge screen devices, the element allows you