package de.thedevstack.android.nextcloud.bookmark.share; /** */ public interface Constants { String SERVER_URL_PREFERENCE_KEY = "nextcloud_server_url"; String USERNAME_PREFERENCE_KEY = "nextcloud_username"; String PASSWORD_PREFERENCE_KEY = "nextcloud_password"; }