File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
test/android/app/src/main Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 5353 - @torikizi
5454- [ FIX] sumomo で audio_device をデフォルト無効にしていたのを修正する
5555 - @torikizi
56+ - [ FIX] android の hello アプリについて回転時やスクリーンサイズの変更時に Activity の再起動が行われないようにする
57+ - AndroidManifest.xml の ` android:configChanges ` に ` "orientation|screenSize|smallestScreenSize|screenLayout" ` を設定する
58+ - @miosakuma
5659- [ FIX] GitHub Actions の build.yml で CUDA パッケージを ubuntu のバージョンに合わせるようにする
5760 - @voluntas
5861
Original file line number Diff line number Diff line change 1717 android : theme =" @style/Theme.Hello" >
1818 <activity
1919 android : name =" .MainActivity"
20+ android : configChanges =" orientation|screenSize|smallestScreenSize|screenLayout"
2021 android : exported =" true" >
2122 <intent-filter >
2223 <action android : name =" android.intent.action.MAIN" />
You can’t perform that action at this time.
0 commit comments