Exemplo n.º 1
0
 public boolean isFavorite(EarthWallpaper earthWallpaper) {
   return Favorites.getFavorites(context).isFavorite(earthWallpaper);
 }
Exemplo n.º 2
0
 public void removeFavorite(EarthWallpaper earthWallpaper) {
   Favorites.getFavorites(context).removeFavorite(earthWallpaper);
 }
Exemplo n.º 3
0
 public void addFavorite(EarthWallpaper earthWallpaper) {
   Favorites.getFavorites(context).addFavorite(earthWallpaper);
 }