-
Log.d(TAG, "facebook: " + object);
String strId = object.getString("id");
SharedPreferences prefs = getSharedPreferences("accountInfo", …
-
```
What steps will reproduce the problem?
1. repo init -u git://gitorious.org/rowboat/manifest.git -m
rowboat-gingerbread.xml
2. make TARGET_PRODUCT=omap3evm TARGET_BUILD_VARIANT=tests OMAPES=5.x
W…
-
the MAM SDK crashes on startup on one of our devices (Pixel 5a OS 14). It doesn’t crash on all devices, but it constantly crashes on this one.
Attached please find the crash log.
2024-04-25 …
-
-
```
What steps will reproduce the problem?
1. repo init -u git://gitorious.org/rowboat/manifest.git -m
rowboat-gingerbread.xml
2. make TARGET_PRODUCT=omap3evm TARGET_BUILD_VARIANT=tests OMAPES=5.x
W…
-
i have a class that use SharedPreferences but i get this error related to app context
**Attempt to invoke virtual method 'android.content.SharedPreferences
android.content.Context.getSharedPreferenc…
H1-N1 updated
5 years ago
-
Looks like there has been behavior change in OnSharedPreferenceChangeListener onSharedPreferenceChanged callback when apps target devices running OS versions Android R or later.
Now when preferences…
-
### Checklist
- [X] I've checked that there is no other issue about this feature request.
- [X] This issue contains only one feature request.
- [X] The title of this issue accurately describes the fe…
-
The keys returned by the `SecurePreferences#getAll()` method or passed through the `OnSharedPreferenceChangeListener#onSharedPreferenceChanged(SharedPreferences, String)` method are the hashed keys in…
-
While implementing File I/O instrumentation, we realized that it will not cover most commons usecases like `SharedPreferences` or reading a file from assets, so we will need to plan for those separate…