Handling onConfigurationChanged()
Thank you for information. I understood your point. I will correct it.
link
r243 画面の向きを切り替えた時に初期化されないようにしました。 When I changed the direction of the screen, it was not initialized.
android:configChanges="orientation|keyboardHidden"
を追加しました。
I am going to release it in v0.0.12.
「VersionName: 0.0.12」にてリリースしました。
Hi, I am running the game on a handset with flipping out keypad. I noticed that the game always restarts from East 1R every time I opened or closed it, so its really disappointing. This is because the Game activity doesn't handle onConfigurationChanged() and the manifest doesn't have android:configChanges attribute. I validated it on my test build, so I would appreciate it if you could take it in your next release. Please let me know if you need more info. Thanks a lot.