configChanges set to 0xFFFFFFFF

0

I have this line in my manifest

android:configChanges="@integer/someint"

<integer name="someint">0xFFFFFFFF</integer>

Is this equivalent to setting config changes to the or of all the config changes like so

android:configChanges="keyboard|keyboardHidden|navigation|allTheOtherConfigChanges..."

android
android-manifest
android-configchanges
asked on Stack Overflow Apr 5, 2021 by user3586940

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0