Joined September 2012
·

Fede Fernández

AndroCode
·
Sevilla
·
·
·

Posted to Check if an APK is from Google Play over 1 year ago

Javi in my Asus Transformer, the returned InstallerPackageName is "com.android.vending". I had to add:

else if (installPM.equals("com.android.vending") ) {
    return true;
}
Posted to Check if an APK is from Google Play over 1 year ago

Cool!, this tip will be very useful for the new version of 'My App List'.

Thanks!

Posted to Java Heap Space - JVM - Set memory over 1 year ago

Se utiliza mucho a la hora de arrancar servidores de aplicaciones tipo Tomcat, también lo he tenido que utilizar alguna que otra vez en eclipse con proyectos gordos del trabajo

Achievements
21 Karma
698 Total ProTip Views