Android Studio – Android XML, how to make app compatible only for phones and tablets?
I need to make my application compatible only for phones and tablets (all phones and tablets specifically) and I know i have to declare this in the manifest file but does not work. Here my tries: <supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true"…