commit | 7bdc3ee7043abad2cdc6cbafd9b3471279fe0caf | [log] [tgz] |
---|---|---|
author | Yasin Kilicdere <tyk@google.com> | Mon Mar 11 17:52:44 2024 +0000 |
committer | Yasin Kilicdere <tyk@google.com> | Mon Mar 11 17:52:44 2024 +0000 |
tree | 983e109f7cc609f9bab0337c753f29754a80a25a | |
parent | 678678fc7b30f0d8117106703de818ecab7b73f6 [diff] |
When an isolated process calls Context.getSharedPreferences it fails (as expected) because it calls into UserManager which is not allowed for an isolated process. This CL adds an extra error message for these calls so that the application knows not to do this. Bug: 304579365 Test: None Flag: None Change-Id: I3a7fa755e3c1315339cd25f33d3c6d7bff0da802