Commit 42bd75b02effce5de3d12c59afe58408a64224cd
1 parent
f36d9919
--no commit message
Showing
1 changed file
with
5 additions
and
1 deletions
src/com/upc/pbe/upcnews/MainActivity.java
... | ... | @@ -48,12 +48,16 @@ public class MainActivity extends Activity implements OnClickListener { |
48 | 48 | updateURL(); |
49 | 49 | //Mostrem el missatge d'alerta si Vitamio no esta instalat |
50 | 50 | if(!io.vov.vitamio.LibsChecker.checkVitamioLibs(this)){ |
51 | + /* | |
52 | + * NO SEMBLA QUE FUNCIONI (AIXO COMPROVA LA LLIBRERIA, NO LA APP) | |
53 | + * PROBAR CLASE ANDROID PACKAGEMANAGER PER OBTENIR LLISTA D'APPS INSTALADES | |
54 | + */ | |
51 | 55 | alerta = (ImageView) findViewById(R.id.imageViewAlerta); |
52 | 56 | alerta.setVisibility(View.VISIBLE); |
53 | 57 | alertaText = (TextView) findViewById(R.id.textViewAlerta); |
54 | 58 | alertaText.setVisibility(View.VISIBLE); |
55 | 59 | } |
56 | - /* TESTING ANDROID DOWNLOADMANAGER | |
60 | + /* TESTING ANDROID DOWNLOADMANAGER NATIU | |
57 | 61 | * |
58 | 62 | * |
59 | 63 | * | ... | ... |