gpt4 book ai didi

android - android list 中的联系人权限问题

转载 作者:行者123 更新时间:2023-11-29 02:13:38 25 4
gpt4 key购买 nike

我需要在 list 中设置读取权限,在尝试使用 android list 编辑器时遇到问题后,我手动编辑了 list 。我的代码在下面,目前被证明是错误的。任何帮助表示赞赏。 :)

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="ac.uk.d"
android:versionCode="1"
android:versionName="1.0">
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".Quiz"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
<uses-sdk android:minSdkVersion="7" />
<uses-permission android:name="android.permission.READ_CONTACTS"/>
</manifest>

最佳答案

问题是您没有清理项目。要清理项目,请选择顶部菜单栏上的“项目”,然后您会发现可以清理所选项目或根据需要清理所有项目的清理。

关于android - android list 中的联系人权限问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5760541/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com