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();
これら 2 つのクラスを使用すると、情報を取得できます。