I want to run my application only on Galaxy S3 in Android. What do i have to change in Android:Manifiestfile.I searched a lot here on SO as well as on Google but still haven´t found the right solution.Please someone help me with this issue.Thanks in advance.
<supports-screens
android:anyDensity="true"
android:compatibleWidthLimitDp="120"
android:largeScreens="true"
android:largestWidthLimitDp="120"
android:normalScreens="false"
android:requiresSmallestWidthDp="120"
android:resizeable="true"
android:smallScreens="false"
android:xlargeScreens="false" />
What do i have to change in the above code or do i have to add here something else?