コード例 #1
0
 public boolean isFavorite(EarthWallpaper earthWallpaper) {
   return Favorites.getFavorites(context).isFavorite(earthWallpaper);
 }
コード例 #2
0
 public void removeFavorite(EarthWallpaper earthWallpaper) {
   Favorites.getFavorites(context).removeFavorite(earthWallpaper);
 }
コード例 #3
0
 public void addFavorite(EarthWallpaper earthWallpaper) {
   Favorites.getFavorites(context).addFavorite(earthWallpaper);
 }