应用程序是不是在谷歌Play商店的一些设备可用 [英] Application is not available in Google Play Store for some devices

查看:114
本文介绍了应用程序是不是在谷歌Play商店的一些设备可用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的应用程序出现在谷歌玩,除了三星平板3的所有设备。

My application does appear in google play for all devices except Samsung Tablet 3.

我的清单权限:

  <uses-sdk
            android:minSdkVersion="8"
            android:targetSdkVersion="16" />

        <uses-permission android:name="android.permission.INTERNET" />
        <uses-permission android:name="android.permission.WAKE_LOCK" />
        <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
        <uses-permission android:name="android.permission.SET_WALLPAPER" />
        <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
        <uses-permission android:name="android.permission.CALL_PHONE" />
        <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
        <uses-permission android:name="android.permission.MANAGE_ACCOUNTS" />
        <uses-permission android:name="android.permission.CAMERA" />

        <uses-feature android:name="android.hardware.camera" />
        <uses-feature android:name="android.hardware.camera.autofocus" />
        <uses-feature
            android:name="android.hardware.telephony"
            android:required="false" >
    </uses-feature>

我是否需要改变这些许可?

Do i need to change those permission?

当我添加了APK,我可以看到我使用这些功能:

When i add the apk, i can see that i use those features:

android.hardware.CAMERA

android.hardware.CAMERA

android.hardware.camera.AUTOFOCUS

android.hardware.camera.AUTOFOCUS

android.hardware.LOCATION

android.hardware.LOCATION

android.hardware.location.GPS

android.hardware.location.GPS

android.hardware.screen.LANDSCAPE

android.hardware.screen.LANDSCAPE

android.hardware.screen.PORTRAIT

android.hardware.screen.PORTRAIT

android.hardware.TOUCHSCREEN

android.hardware.TOUCHSCREEN

问题:当我从我的三星平板3搜索应用谷歌的形式发挥应用程序是一个应用程序是不是在谷歌Play商店提供的该设备

推荐答案

它忠实地舱单权限

android.hardware.camera.AUTOFOCUS
android.hardware.location.GPS

android.hardware.camera.AUTOFOCUS android.hardware.location.GPS

如果设备没有自动对焦或没有GPS的Funktion其在谷歌不显示播放。

If the device has no autofocus or no GPS funktion its not displayed in google play.

这篇关于应用程序是不是在谷歌Play商店的一些设备可用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆