Форум для тех, кто программирует под Android
1726776512
Anonymous
Прочитав документацию Android для android:configChanges, я обнаружил:
[code]"touchscreen" The touchscreen has changed. (This should never normally happen.)
"navigation" The navigation type (trackball/dpad) has changed. (This should never normally happen.)
[/code]
Ммм... ОК. Так что же здесь означает «обычно»? Означает ли это, что такое случается время от времени? Может ли кто-нибудь привести пример того, когда это сработает?
Подробнее здесь: [url]https://stackoverflow.com/questions/10701151/when-does-touchscreen-and-navigation-configuration-changes-trigger[/url]