-/* ownCloud Android client application
+/**
+ * ownCloud Android client application
*
* @author masensio
* @author David A. Velasco
- * Copyright (C) 2012-2015 ownCloud Inc.
+ * Copyright (C) 2015 ownCloud Inc.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2,
return getAppContext().getResources().getString(R.string.log_name);
}
+ // user agent
+ public static String getUserAgent() {
+ return getAppContext().getResources().getString(R.string.user_agent);
+ }
}