System crash during dismissing split in multi-user scenario
Problem: {
1. Switch to guest user or any other user.
2. Open any Settings and any other app in split
3. Switch any language in the settings
3. Try to dismiss split. Crash will happen in system
}
Solution: {
1. Fixing AOSP logic to make application with uid equals to system in multi-user scenario.
2. So as a result mIsActivityConfigOverrideAllowed is false.
3. So Process's configuration is not changed which will eventually does not effect whole configuration.
}
Bug: 262486679
Change-Id: I8f078f41ca0fd4dbde71407efe395c7376b337d8
Signed-off-by: pioush.kumar-IN009423 <pioush.kumar@oppo.com>
Loading
Please register or sign in to comment