Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须在 android manifest 文件中指定什么内容才能使我的应用程序仅对Galaxy S3 和 Nexus 7 用户可用(并禁用所有其他用户)
我应该使用以下
<screen android:screenSize="xlarge" android:screenDensity="xhdpi" />
这个对吗?
注意:我在 Titanium Studio 中构建了我的应用程序。
我必须在 android manifest 文件中指定什么内容才能使我的应用程序仅对 Galaxy S3 和 Nexus 7 用户可用(并禁用所有其他用户)
从清单来看这是不可能的。
Galaxy S3 不是-xlarge设备。
-xlarge
Nexus 7 不是-xlarge设备,也不是-xhdpi设备。
-xhdpi
此外,即使它们是,也有其他设备具有相同的规格。
如果您真的希望将您的应用程序限制为这两种特定设备的所有者,正如 Sabre 在评论中指出的那样,请使用 Google Play 开发者控制台。