Skip to content

SharedPreferences.Editor.apply() for android 8

Turns out that SharedPreferences.Editor.apply() was not added until android-9, so this is a little trick to support android-8 still after the changes in c3b47ecd5a380678dd2df3dc2549155429d28514

Merge request reports