Search in sources :

Example 1 with InfoAplicaciones

use of com.clear.helpers.InfoAplicaciones in project AndroidCleaner by ReguloSarmiento.

the class ListAppActivity method iniciarHilo.

public void iniciarHilo() {
    apps = new ArrayList<InfoApp>();
    app = new InfoAplicaciones(this, getPackageManager().getInstalledPackages(0));
    app.setHandler(handler);
    app.start();
}
Also used : InfoAplicaciones(com.clear.helpers.InfoAplicaciones) InfoApp(com.clear.helpers.InfoApp)

Aggregations

InfoAplicaciones (com.clear.helpers.InfoAplicaciones)1 InfoApp (com.clear.helpers.InfoApp)1