mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-05-14 03:26:34 -04:00
About: explicitly mention contributors' copyright
This commit is contained in:
@@ -50,6 +50,10 @@ public class AboutContent {
|
||||
return String.format(context.getString(R.string.app_copyright_fmt), getCurrentYear());
|
||||
}
|
||||
|
||||
public String getCopyrightShort() {
|
||||
return context.getString(R.string.app_copyright_short);
|
||||
}
|
||||
|
||||
public String getContributors() {
|
||||
String contributors;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user