<small id='5iykS'></small><noframes id='5iykS'>

<i id='5iykS'><tr id='5iykS'><dt id='5iykS'><q id='5iykS'><span id='5iykS'><b id='5iykS'><form id='5iykS'><ins id='5iykS'></ins><ul id='5iykS'></ul><sub id='5iykS'></sub></form><legend id='5iykS'></legend><bdo id='5iykS'><pre id='5iykS'><center id='5iykS'></center></pre></bdo></b><th id='5iykS'></th></span></q></dt></tr></i><div id='5iykS'><tfoot id='5iykS'></tfoot><dl id='5iykS'><fieldset id='5iykS'></fieldset></dl></div>

        <bdo id='5iykS'></bdo><ul id='5iykS'></ul>
    1. <legend id='5iykS'><style id='5iykS'><dir id='5iykS'><q id='5iykS'></q></dir></style></legend>

      1. <tfoot id='5iykS'></tfoot>
      2. 如何将 android 应用程序限制为特定设备品牌?

        How to restrict android app to specific device make?(如何将 android 应用程序限制为特定设备品牌?)
        <tfoot id='ZWpLw'></tfoot>
        <legend id='ZWpLw'><style id='ZWpLw'><dir id='ZWpLw'><q id='ZWpLw'></q></dir></style></legend>

              <i id='ZWpLw'><tr id='ZWpLw'><dt id='ZWpLw'><q id='ZWpLw'><span id='ZWpLw'><b id='ZWpLw'><form id='ZWpLw'><ins id='ZWpLw'></ins><ul id='ZWpLw'></ul><sub id='ZWpLw'></sub></form><legend id='ZWpLw'></legend><bdo id='ZWpLw'><pre id='ZWpLw'><center id='ZWpLw'></center></pre></bdo></b><th id='ZWpLw'></th></span></q></dt></tr></i><div id='ZWpLw'><tfoot id='ZWpLw'></tfoot><dl id='ZWpLw'><fieldset id='ZWpLw'></fieldset></dl></div>
              • <bdo id='ZWpLw'></bdo><ul id='ZWpLw'></ul>
                  <tbody id='ZWpLw'></tbody>

                <small id='ZWpLw'></small><noframes id='ZWpLw'>

                • 本文介绍了如何将 android 应用程序限制为特定设备品牌?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在为特定品牌的手机开发一个 Android 应用程序 - 这是项目要求,而不是我的决定.

                  因此,我需要能够在 android 市场上仅向该特定制造商生产的那些设备提供该应用.

                  我似乎无法找到如何做到这一点.

                  有可能吗?

                  附:我可以在 android 代码中检索设备制造商.所以我怀疑市场应用程序也应该能够按设备制造过滤.我只是不知道它是否真的有(如果有那就太好了).

                  解决方案

                  您不需要在应用程序代码中根据设备/制造商过滤您的应用程序,而是可以从 android market 开发者控制台中进行 - 帮助页面显示:

                  <块引用>

                  设备可用性对话框可以帮助开发人员在两个强大的方式:

                  了解哪些设备可以在 Android Market 中找到您的应用

                  1. 设备可用性提供了兼容设备的动态列表,基于您的清单设置.例如,如果您的 apk 清单指定大屏幕尺寸,控制台将反映支持的设备可以在 Market 中找到您的应用.

                  2. 你也可以使用动态搜索功能以查看您的应用程序将不可用的设备到.您可以按制造商、设计名称(例如Passion")搜索,或实际的公共设备名称(例如Nexus One"),查看您的清单设置过滤了设备.过滤有问题或不兼容的设备 此功能提供了特定于设备的开发人员的管理选项.当您将设备添加到手动排除的设备"列表,您的应用将无法用于市场中排除的设备.这主要是为了帮助开发人员通过帮助提供最佳的用户体验开发人员会过滤掉已知存在兼容性问题的设备.

                  I am developing an android app for SPECIFIC brand of phones - that's the project requirement not my decision.

                  So I need to be able to make the app available in the android marketplace only to those devices that are produced by that SPECIFIC manufacturer.

                  I don't seem to be able to find how to do that.

                  Is it possible?

                  P.S. I can retrieve the device make in the android code. So I suspect that the market app should be able to filter by the device make as well. I just don't know if it actually does (would be great if it does).

                  解决方案

                  You don't need to filter your app based on device/manufacturer in the application code, instead you can do it from the android market developer console - https://market.android.com/publish/ just when you publish the app itself.

                  There is a 'Supported Devices' section on the developer console, which shows you a list of all the devices which can access the android market. You can then filter out devices or manufacturers that are not compatible with your app

                  This is the section in the main developer console:

                  Here you can exclude devices and/or manufacturers from being able to see your app

                  For more information please refer to the Device Availability help page which says:

                  The Device Availability dialog can help developers in two powerful ways:

                  Understand which devices can find your app in Android Market

                  1. Device Availability provides a dynamic list of compatible devices based upon your manifest settings. For example, if your apk’s manifest specifies a large screen size, the console will reflect the supported devices that can find your app in Market.

                  2. You can also use the dynamic search feature to see the devices that your application will not be available to. You can search by manufacturer, the design name (E.g. "Passion"), or the actual public device name (E.g. "Nexus One"), to see if your manifest settings filtered a device. Filter problematic or non-compatible devices This feature provides a device-specific administration option to developers. When you add a device to the "Manually Excluded Devices" list, your app will not be available to that excluded device in Market. This is primarily intended to help developers provide the best user experience possible, by helping developers filter out devices known to have compatibility problems.

                  这篇关于如何将 android 应用程序限制为特定设备品牌?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Android - Is it possible to get install referrer programmatically(Android - 是否有可能以编程方式安装引荐来源网址)
                  How to sign an APK with more than one certificate?(如何使用多个证书签署 APK?)
                  versionCode vs versionName in Android Manifest(Android Manifest 中的 versionCode 与 versionName)
                  What does this Google Play APK publish error message mean?(这个 Google Play APK 发布错误消息是什么意思?)
                  Lost my keystore for uploaded app on android market(丢失了我在 android 市场上上传的应用程序的密钥库)
                  App on Google Play always shows quot;Updatequot; instead of open(Google Play 上的应用程序总是显示“更新;而不是打开)

                          <legend id='wGUVr'><style id='wGUVr'><dir id='wGUVr'><q id='wGUVr'></q></dir></style></legend>
                          • <bdo id='wGUVr'></bdo><ul id='wGUVr'></ul>

                              <tbody id='wGUVr'></tbody>

                          • <small id='wGUVr'></small><noframes id='wGUVr'>

                          • <tfoot id='wGUVr'></tfoot>
                            <i id='wGUVr'><tr id='wGUVr'><dt id='wGUVr'><q id='wGUVr'><span id='wGUVr'><b id='wGUVr'><form id='wGUVr'><ins id='wGUVr'></ins><ul id='wGUVr'></ul><sub id='wGUVr'></sub></form><legend id='wGUVr'></legend><bdo id='wGUVr'><pre id='wGUVr'><center id='wGUVr'></center></pre></bdo></b><th id='wGUVr'></th></span></q></dt></tr></i><div id='wGUVr'><tfoot id='wGUVr'></tfoot><dl id='wGUVr'><fieldset id='wGUVr'></fieldset></dl></div>