我想知道如何在WallpaperMannager类中使用getCropAndSetWallpaperIntent
方法
我这样使用它:
getCropAndSetWallpaperIntent(Uri.fromFile(new File(wallpaper_path)));
但这引发了异常:
java.lang.IllegalArgumentException: Image URI must be of the content scheme type
我该如何纠正?