DefaultSharedPreferences is cleared after opening LVSPlayer. This means that if the app or any other SDK uses the default SharedPreferences, all its preferences are deleted.
If BambuserPlayerSDK needs to clear its SharedPreferences, it should create its own SharedPreference and not use the default one.
DefaultSharedPreferences is cleared after opening
LVSPlayer
. This means that if the app or any other SDK uses the default SharedPreferences, all its preferences are deleted. If BambuserPlayerSDK needs to clear its SharedPreferences, it should create its own SharedPreference and not use the default one.