我想僅在Android中的Galaxy S3上運行我的應用程序。我有什麼需要改變的Android:Manifiestfile.I在這裏搜索了很多在這裏以及谷歌,但仍沒有找到正確的解決方案。請有人幫我解決這個問題。提前感謝。如何僅在Galaxy S3上運行應用程序?
<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" />
在上面的代碼中我必須改變什麼,或者我必須在這裏添加其他東西?
能否請你告訴我如何以及在哪裏我可以在應用程序代碼中使用此? – Biginner