Android Question Statemanager and Android v11 [SOLVED]

AHilberink

Active Member
Licensed User
Longtime User
Hi,

I am using Statemanager to restore my forms.

Till Android v10 everything works fine.
With Android v11 the form seems not to be restored and remains empty.

Do I have to make changed to my manifest? Someone experiences the same?

Kind regards,
André
 

DonManfred

Expert
Licensed User
Longtime User
Do I have to make changed to my manifest? Someone experiences the same?
How can we help with this - zero - Information? Where i the relevant code?
Where are you storing the infos?
 
Upvote 0

agraham

Expert
Licensed User
Longtime User
The StateManager example seems to work fine for me on both my Android 11 devices.
 
Upvote 0

AHilberink

Active Member
Licensed User
Longtime User
The StateManager example seems to work fine for me on both my Android 11 devices.
Thanks Agraham.

It worked fine till v11 appeared. Now I know it is not Statemanager who is failing. It should something to do with killing my process by Android that may be changed.
 
Upvote 0

AHilberink

Active Member
Licensed User
Longtime User
How can we help with this - zero - Information? Where i the relevant code?
Where are you storing the infos?

Hi DonManfred,

I just was curious someone had problems with Statemanager and v11. It's a big project of mine an it was already working fine before, so I thought code was not relevant.

André
 
Upvote 0
Top