Esempio n. 1
0
 /**
  * Checks whether the UpdateSource is applicable for a given application. The package name of the
  * given app is checked against the list of packages for which an update source can provide
  * version information.
  *
  * @param app The application to check.
  * @return Whether the UpdateSource is valid for a given application.
  */
 public boolean is_applicable(InstalledApp app) {
   return is_applicable(app.get_package_name());
 }