Esta mañana se me ocurrió un problema al tratar de manejar el onConfigurationChanged
evento. El problema es que el método, que anulo, no se llama cuando cambio la orientación del teléfono. No me llaman en absoluto.
Puse android:configChanges="orientation"
la actividad definida en el manifiesto como se menciona en la documentación de Android, pero esto no hace la diferencia.
¿Se te ocurrió este problema?
android:configChanges
Esto es lo que dijo Google javadoc:Note: If your application targets API level 13 or higher (as declared by the minSdkVersion and targetSdkVersion attributes), then you should also declare the "screenSize" configuration, because it also changes when a device switches between portrait and landscape orientations.