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..."
User contributions licensed under CC BY-SA 3.0