You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.
Preferences is used in two Services (each has its own process) and several Activies. These Services and Activities each creates an instance of Preference in its onCreate method and use the instance.
I notice that "Migrated from SharedPreference" is logged more than once.
Am I all good? Thank you very much!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
tray Version (E.g. 0.12.0)
0.12.0
How have you setup tray (E.g. Initialized in Application.onCreate, in an Activity, BroadcastReceiver, IntentService, MainThread)
Create new instance in Activity/Fragment/Service.
Device(s) (E.g. Samsung Galaxy S8)
Firefly-rk3288
Android Version (E.g. Marshmallow or better API 23)
Android 5.1.1, API 22
Description (Just a place with additional information, more == better)
I create a module and migrate preferences from SharedPreferences:
Preferences
is used in two Services (each has its own process) and several Activies. These Services and Activities each creates an instance ofPreference
in itsonCreate
method and use the instance.I notice that "Migrated from SharedPreference" is logged more than once.
Am I all good? Thank you very much!
The text was updated successfully, but these errors were encountered: