Ejemplo n.º 1
0
 public static long getCurrentAlbumId() {
   if (sService != null) {
     try {
       return sService.getAlbumId();
     } catch (RemoteException ex) {
     }
   }
   return -1;
 }