Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个照片选择器,我想知道所有 Android 手机中是否存在 Android 操作系统中的默认相册。例如:“相机”还是“DCIM”?
谢谢
您可以使用这些默认库中的任何一个
Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DCIM);
或者
Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_PICTURES);