我正在尝试使用小部件更改壁纸。 我使用下面的代码来实现: 但是每次执行代码都会有一定的延迟。
有没有办法避免这种延迟。
...
WallpaperManager wallpaperManager = WallpaperManager.getInstance (context);
Bitmap bitmap = BitmapFactory.decodeStream (new FileInputStream (file));
//here @file is fetched from a phone storage
wallpaperManager.setBitmap (bitmap);
...
答案 0 :(得分:0)
我看到四个可能有用的选项: