android – 找出SmartPhone支持的使用权限

android – 找出SmartPhone支持的使用权限,第1张

概述我正在做一个小的 Android应用程序,必须在几个华为U8180(预算2.2 Android设备)上运行. 我已经在Google Play上发布了应用程序,即使控制台显示该应用程序支持该模型,它也不会出现在Play商店应用中,或者在尝试通过浏览器安装应用时,它会显示设备不受支持. 实际上,它是一个非常简单的应用程序,我在其中进行了整个调试,但它只是不会在手机上显示或安装! 要求如下: <uses 我正在做一个小的 Android应用程序,必须在几个华为U8180(预算2.2 AndroID设备)上运行.

我已经在Google Play上发布了应用程序,即使控制台显示该应用程序支持该模型,它也不会出现在Play商店应用中,或者在尝试通过浏览器安装应用时,它会显示设备不受支持.

实际上,它是一个非常简单的应用程序,我在其中进行了整个调试,但它只是不会在手机上显示或安装!

要求如下:

<uses-sdk androID:minSdkVersion="8" /><uses-permission androID:name="androID.permission.INTERNET"/><uses-permission androID:name="androID.permission.WRITE_EXTERNAL_STORAGE"/><uses-permission androID:name="androID.permission.ACCESS_NETWORK_STATE"/>

如何找出< uses-permision>或其他可能阻止应用程序在手机上显示和安装的内容?

链接:

该应用程序(正在进行中):https://play.google.com/store/apps/details?id=com.cimp.matitec&feature=search_result#?t=W251bGwsMSwyLDEsImNvbS5jaW1wLm1hdGl0ZWMiXQ

华为U8180:http://www.gsmarena.com/huawei_u8180_ideos_x1-4204.php

编辑:这是清单:

<?xml version="1.0" enCoding="utf-8"?><manifest xmlns:androID="http://schemas.androID.com/apk/res/androID"package="com.cimp.matitec"androID:versionCode="4"androID:versionname="1.0.0.3" ><uses-sdk androID:minSdkVersion="8" /><uses-permission androID:name="androID.permission.INTERNET"/><uses-permission androID:name="androID.permission.WRITE_EXTERNAL_STORAGE"/><uses-permission androID:name="androID.permission.ACCESS_NETWORK_STATE"/><supports-screens      androID:smallScreens="true"    androID:normalScreens="true"    androID:largeScreens="true"        androID:resizeable="true"    androID:anyDensity="true"/><application    androID:icon="@drawable/logo_matitec"    androID:label="@string/app_name"    androID:name=".MatiTecApplication"    androID:theme="@style/theme.MatiTec"    androID:allowBackup="true">    <activity        androID:name=".DbTemas"        androID:label="@string/app_name"        androID:screenorIEntation="portrait" >    </activity>    <activity         androID:name=".Tema"        androID:screenorIEntation="portrait" >    </activity>    <activity         androID:name=".Modulos"        androID:screenorIEntation="portrait" >    </activity>    <activity androID:name=".social"         androID:theme="@style/theme.MatiTecBG"        androID:screenorIEntation="portrait"        ></activity>    <activity androID:name=".NewsFeed"         androID:theme="@style/theme.MatiTecBG"         androID:screenorIEntation="portrait"         ></activity>    <activity        androID:name=".Perfil"        androID:screenorIEntation="portrait" >    </activity>    <activity         androID:name=".Estadisticas"        androID:screenorIEntation="portrait" >    </activity>    <activity androID:name=".Login"        androID:noHistory="true"        androID:theme="@style/theme.Matitec_login"        androID:screenorIEntation="portrait" >        <intent-filter>            <action androID:name="androID.intent.action.MAIN" />            <category androID:name="androID.intent.category.LAUNCHER" />        </intent-filter>    </activity>    <activity         androID:name=".Lecturas"        androID:screenorIEntation="portrait"        androID:theme="@style/List">    </activity>    <activity        androID:name=".Ejercicio"        androID:screenorIEntation="portrait">    </activity>    <activity         androID:name=".EjercicioDinamico"        androID:screenorIEntation="portrait" >    </activity>    <activity         androID:name=".ModulosEjercicios"        androID:screenorIEntation="portrait" >    </activity></application>

编辑2:从浏览器打开应用程序条目时的Logcat输出,有一些关于restriction = 9的内容

I/ActivityManager(  129): displayed activity com.androID.vending/com.Google.androID.finsky.activitIEs.MainActivity: 320 ms (total 320 ms)D/Finsky  (  508): [1] SelfUpdateScheduler.checkForSelfUpdate: SkipPing DFE self-update. Local Version [80210006] >= Server Version [-1]E/Finsky  (  508): [24] ElegantGoogleAuthUtil.ensurePlayServicesAvailable: GooglePlayServices is not available.I/ElegantRequestDirector(  508): I/O exception (org.apache.http.NohttpResponseException) caught when processing request: The target server Failed to respondD/PlayEventLogger(  508): ActiveExperiments changed,sending with next LogEventI/ElegantRequestDirector(  508): retrying requestD/Finsky  (  508): [1] libraryUtils.isAvailable: com.cimp.matitec not available [restriction=9].D/Finsky  (  508): [1] DocUtils.getAvailabilityRestrictionResourceID: Item is not available. Reason: 9D/Finsky  (  508): [1] DetailsDataBasedFragment.rebindVIEws: Page [class=DetailsFragment] loaded in [1087 ms] (hasDetailsDataLoaded? false)D/Finsky  (  508): [1] libraryUtils.isAvailable: com.cimp.matitec not available [restriction=9].D/Finsky  (  508): [1] libraryUtils.isAvailable: com.cimp.matitec not available [restriction=9].D/QCRIL_MSC (   76): "RIL"=>"AMSS" [ label = "cm_ph_cmd_get_ph_info()"];W/Finsky  (  508): [1] HistogramVIEw.bind: No histogram data received from serverD/Finsky  (  508): [1] libraryUtils.isAvailable: com.cimp.matitec not available [restriction=9].D/Finsky  (  508): [1] DocUtils.getAvailabilityRestrictionResourceID: Item is not available. Reason: 9D/Finsky  (  508): [1] DetailsDataBasedFragment.rebindVIEws: Page [class=DetailsFragment] loaded in [1490 ms] (hasDetailsDataLoaded? true)V/StkAppReceiver(  565): start to check load situation:==trueV/StkAppReceiver(  565): continue actionV/StatusbarPolicy(  129): getPPPoEDesktopIcon() mCplusWStatus= -1D/Volley  (  508): [13] BasicNetwork.logSlowRequests: http response for request=<[ ] https://androID.clIEnts.Google.com/fdfe/log 0xe8d195d1 norMAL 41> [lifetime=3491],[size=8],[rc=200],[retryCount=0]I/Resources(  508): Loaded time zone names for en_US in 641ms.D/Volley  (  508): [1] Request.finish: 4171 ms: [ ] https://androID.clIEnts.Google.com/fdfe/log 0xe8d195d1 norMAL 41V/StatusbarPolicy(  129): getPPPoEDesktopIcon() mCplusWStatus= -1V/StkAppReceiver(  565): start to check load situation:==trueV/StkAppReceiver(  565): continue action
解决方法 我想权限可能不是问题.这些或多或少是每个应用程序今天想拥有的标准权限. Google Playstore还会过滤掉其他一些内容:

>< supports-screens>
>< uses-configuration>
>< uses-feature>
>< uses-library>
>< uses-permission>
>< uses-sdk>

来自doku here

检查您的清单文件是否有特殊之处.

也许这可能有所帮助:

<supports-screens  androID:smallScreens="true"androID:normalScreens="true"androID:largeScreens="true"    androID:resizeable="true"androID:anyDensity="true"/>
总结

以上是内存溢出为你收集整理的android – 找出SmartPhone支持的使用权限全部内容,希望文章能够帮你解决android – 找出SmartPhone支持的使用权限所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1129257.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-30
下一篇 2022-05-30

发表评论

登录后才能评论

评论列表(0条)

保存