I am developing an android game which I want to run Only on WVGA devices. How can i restrict other resolution devices.
Normal screens, high density have WVGA device but low and medium density devices are also a part of it . How can i restrict my app to run on Large screen and normal screen (excluding low and medium density)
Regards