PomepuyN / discreet-app-rate

A lightweight non intrusive app rate reminder for Android
http://nicolaspomepuy.fr/non-intrusive-app-rate
Apache License 2.0
464 stars 51 forks source link

Use SharedPreferences.Editor.apply() instead of commit() for API levels 9+ #6

Closed kaciula closed 10 years ago

kaciula commented 10 years ago

For faster response times on the UI thread, the library should use apply() instead of commit() for API levels 9+.

http://developer.android.com/reference/android/content/SharedPreferences.Editor.html#apply()

PomepuyN commented 10 years ago

:+1: Will be changed soon.