diff options
| author | 2024-09-04 14:21:21 +0000 | |
|---|---|---|
| committer | 2024-09-04 14:21:21 +0000 | |
| commit | 5fd9ac391c9cfe0bbcbcc9083fe7b8aeabd5e87c (patch) | |
| tree | ac15c874202cc13871741f13bf1ead16b1de3e05 | |
| parent | be08e7da90a82c13379c0777118a2611a6d6723e (diff) | |
| parent | 2ccbfe773df1e2ec3c591490b85a549a26aedc62 (diff) | |
Merge "Add a flag to fix the null pointer exception on Avatar Picker." into main
| -rw-r--r-- | core/java/android/content/pm/multiuser.aconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/java/android/content/pm/multiuser.aconfig b/core/java/android/content/pm/multiuser.aconfig index 3a33ef9002cc..28534ad4516e 100644 --- a/core/java/android/content/pm/multiuser.aconfig +++ b/core/java/android/content/pm/multiuser.aconfig @@ -161,6 +161,16 @@ flag { } flag { + name: "fix_avatar_content_provider_null_authority" + namespace: "multiuser" + description: "Fix crash when content provider authority is null." + bug: "362880068" + metadata { + purpose: PURPOSE_BUGFIX + } +} + +flag { name: "fix_avatar_picker_not_responding_for_new_user" namespace: "multiuser" description: "Avatar picker is not responding after selecting photo for new user." |