Back to project page piwik_android_sdk.
The source code is released under:
MIT License
If you think the Android project piwik_android_sdk 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.anupcowkur.piwiksdk; public class SharedPreferenceKeys { public static final String PREF_SERVER_URL = "serverUrl"; public static final String PREF_USER_ID = "userId"; }