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 设备主屏幕包含壁纸或动态壁纸。如何以编程方式检查墙纸是否为动态墙纸。
可能吗?
谢谢。
WallpaperManager wm=WallpaperManager.getInstance(this); WallpaperInfo wi=wm.getWallpaperInfo();
使用这两个类,您可以获得信息。