【发布时间】:2013-08-30 02:06:22
【问题描述】:
是否可以为较新的 Android 版本(例如 4.2 及更高版本)禁用应用程序?
我有一个应用程序,从 4.2 开始,Google 已使其无用;我不希望用户在使用 Android 4.2 或更高版本时使用/安装它。
【问题讨论】:
-
在 manifest.xml 中添加:
-
@ManmeetSinghBatra 不是
android:maxSdkVersion被贬低了吗? -
android:targetSdkVersion="Max_api_version_which_supported_by_your_app"会更好。阅读developer.android.com/google/play/filters.html了解更多详情。 -
@PankajKumar 但他们仍然在商店中看到该应用程序,并且当它不起作用时感到失望......
-
@ManmeetSinghBatra 不起作用。阅读:developer.android.com/google/play/filters.html
标签: android google-play