android - 如何仅在 Galaxy S3 上运行应用程序?

标签 android android-layout

我只想在 Android 的 Galaxy S3 上运行我的应用程序。我必须在 Android:Manifiestfile 中更改什么。我在 SO 和 Google 上搜索了很多,但仍然没有找到正确的解决方案。请有人帮我解决这个问题。提前致谢。

<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" />

我必须在上面的代码中更改什么,或者我必须在此处添加其他内容吗?

最佳答案

您可以在发布应用的开发者控制台中限制为某些设备/手机。不在您的应用中。

更新:还有这个回复:How to restrict android app to specific device make?

关于android - 如何仅在 Galaxy S3 上运行应用程序?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13955109/

相关文章:

android - 使用设计支持库时如何将汉堡包图标动画化为后退箭头?

android - 以编程方式构建布局问题

android - 在 Android 上使无边框图像按钮变小

android - OnItemClickListener un fragment 不起作用

android - 如何实现 Gmail 的 Android 应用程序中使用的更流畅的不确定进度条

android - Gradle 找不到不存在的依赖项 - Android 工作室

android - 有没有办法将自定义 XML 属性传递给扩展 View 的类?

android - 如何在ListView中正确使用TextSwitcher?

Android:本地化标准文本,例如 OK、CANCEL 和 GPS 未激活 - 例如?

java - 当我运行应用程序时 android.support.v7.widget.CardView 不显示