org.androidannotations.api.sharedpreferences
Class SharedPreferencesCompat

java.lang.Object
  extended by org.androidannotations.api.sharedpreferences.SharedPreferencesCompat

public abstract class SharedPreferencesCompat
extends Object

Reflection utils to call SharedPreferences$Editor.apply when possible, falling back to commit when apply isn't available.


Method Summary
static void apply(android.content.SharedPreferences.Editor editor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

apply

public static void apply(android.content.SharedPreferences.Editor editor)


Copyright © 2010-2014. All Rights Reserved.