Android 6(23)-无需权限 [英] Android 6 (23) - no permission requested

查看:111
本文介绍了Android 6(23)-无需权限的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我坚持使用Android 6中的新权限模型.

I stucked on new permission model in the Android 6.

我在清单中定义了以下权限:

I defined following permissions in the manifest:

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>

<application...

但是,如果我在模拟器中启动了该应用程序并打开了该应用程序的详细信息,则会看到以下内容:

But if i launched the app in the emulator and opened the app detail i saw the following :

它表示该应用无需任何许可.

It says that app does not require any permission.

我该如何解决?

非常感谢您的任何建议.

Many thanks for any advice.

推荐答案

它表示该应用无需任何许可.

It says that app does not require any permission.

那是正确的.应用程序页面的该部分列出了dangerous权限.您的人都没有protectionLeveldangerous.

That is correct. That portion of your app's page lists dangerous permissions. None of yours have a protectionLevel of dangerous.

我该如何解决?

How can i solve it please?

没有错,因此也没有解决的问题.

There is nothing wrong, and so there is nothing to solve.

这篇关于Android 6(23)-无需权限的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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