My application was rejected. Because the problem occurred for foldable devices. I want to remove support for foldable device in my app. Or for foldable devices I want my app to still stay the same, after the device is folded/unfolded I want the game to continue without errors. How should I set this up?
My android manifest setting;
<activity android:name=".MainActivity" android:resizeableActivity="false">
<meta-data
android:name="android.allow_multiple_resumed_activities" android:value="true" />
<meta-data
android:name="android.supports_size_changes" android:value="true" />
Message for the problem;
Title:
My application is reset after folding/unfolding device.
[Defect]
Game’s level is reset after folding/unfolding device
(It’s waste lots of time to complete the level)
[Procedure]
*Pre-condition: Activate function ‘Continue apps on cover screen’ of this app
- Execute the app
- Select SINGLE PLAYER/MULTI PLAYER’ - Select level - Play game - Check the screen
- Fold device - observe: Game’s level is reset
[Expected Result]
Game should be resumed properly without error after folding/unfolding device