Android Q的公共路径
创始人
2024-08-15 02:30:15
0

Android Q引入了Scoped Storage(作用域存储)的概念,对应用程序的访问权限进行了限制。在Android Q中,公共路径已经不再直接公开给应用程序使用,而是通过MediaStore API来访问。

以下是一个示例代码,展示如何使用MediaStore API来获取Android Q的公共路径:

import android.content.ContentUris;
import android.content.Context;
import android.database.Cursor;
import android.net.Uri;
import android.os.Build;
import android.provider.MediaStore;
import android.util.Log;

public class PublicPathUtils {

    private static final String TAG = "PublicPathUtils";

    public static Uri getPublicPath(Context context, String fileName) {
        Uri uri = null;
        Cursor cursor = null;
        try {
            // 查询公共图像库
            cursor = context.getContentResolver().query(
                    MediaStore.Images.Media.EXTERNAL_CONTENT_URI,
                    new String[]{MediaStore.Images.Media._ID},
                    MediaStore.Images.Media.DISPLAY_NAME + "=?",
                    new String[]{fileName},
                    null);

            if (cursor != null && cursor.moveToFirst()) {
                long id = cursor.getLong(cursor.getColumnIndex(MediaStore.Images.Media._ID));
                if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q) {
                    // Android Q及以上版本需要使用ContentUris工具类来获取uri
                    uri = ContentUris.withAppendedId(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, id);
                } else {
                    // Android Q以下版本可以直接使用Uri.fromFile方法
                    uri = Uri.withAppendedPath(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, String.valueOf(id));
                }
            }
        } catch (Exception e) {
            Log.e(TAG, "Failed to get public path: " + e.getMessage());
        } finally {
            if (cursor != null) {
                cursor.close();
            }
        }
        return uri;
    }
}

上述示例代码中,我们通过查询MediaStore.Images.Media.EXTERNAL_CONTENT_URI来获取公共图像库中指定文件名的Uri。如果是Android Q及以上版本,我们使用ContentUris工具类来构建Uri,否则可以直接使用Uri.fromFile方法。

请注意,使用MediaStore API访问公共路径需要相应的权限声明,例如在AndroidManifest.xml文件中添加以下权限:


希望这个示例代码能够帮助到您!

相关内容

热门资讯

透视曝光!pokemmo免费脚... 透视曝光!pokemmo免费脚本(透视)wepoker辅助是真的假的,教程模块(有挂助手)-哔哩哔哩...
透视推荐!hhpoker脚本(... 透视推荐!hhpoker脚本(透视)wepoker辅助是真的吗,教程技法(有挂秘笈)-哔哩哔哩;小薇...
透视解谜!wpk透视工作室(透... 透视解谜!wpk透视工作室(透视)德州局透视脚本下载安装最新版本,教程秘籍(有挂秘笈)-哔哩哔哩1、...
透视科普!hh poker插件... 透视科普!hh poker插件下载(透视)安装不了wepoker,教程大纲(有挂方略)-哔哩哔哩1、...
透视曝光!wepoker私人辅... 透视曝光!wepoker私人辅助器(透视)哈糖大菠萝攻略,教程烘培(有挂讲解)-哔哩哔哩1、下载好w...
透视曝光!wepoker有辅助... 透视曝光!wepoker有辅助功能吗(透视)pokemmo脚本辅助下载,教程教材(有挂方针)-哔哩哔...
透视解谜!约局吧透视脚本(透视... 透视解谜!约局吧透视脚本(透视)aapoker俱乐部靠谱吗,教程模板(有挂透视)-哔哩哔哩进入游戏-...
透视关于!wpk可以透视吗(透... 透视关于!wpk可以透视吗(透视)hardrock透视工具,教程技法(存在有挂)-哔哩哔哩1、打开软...
透视详情!wepoker怎么设... 透视详情!wepoker怎么设置盖牌(透视)aapoker如何设置胜率,教程讲义(有挂透视)-哔哩哔...
透视详细!aapoker辅助器... 透视详细!aapoker辅助器是真的吗(透视)wepoker轻量版有透视吗,教程手筋(有挂头条)-哔...