Back to project page antigravity.
The source code is released under:
GNU General Public License
If you think the Android project antigravity listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.floatboth.antigravity; // www . ja v a 2 s . c o m import org.androidannotations.annotations.sharedpreferences.*; @SharedPref(value=SharedPref.Scope.UNIQUE) public interface ADNPrefs { String accessToken(); boolean refreshFlag(); long lastUrlExpires(); int postTextLimit(); }