Back to project page cloudmine-android.
The source code is released under:
Copyright (c) 2012 CloudMine LLC, http://cloudmine.me Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software")...
If you think the Android project cloudmine-android 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.cloudmine.api; /*from w w w .j a v a 2 s .c o m*/ /** * <br> * Copyright CloudMine LLC. All rights reserved<br> * See LICENSE file included with SDK for details. */ public interface CMSharedPreferencesConstants { public static final boolean SHOULD_USE_EXTERNAL_STORAGE_DEFAULT = true; public static final String PREFERENCES_KEY = "CloudMinePreferences"; public static final String USE_EXTERNAL_STORAGE_KEY = "ShouldUseExternalStorage"; }