update Android Password Store link

This commit is contained in:
Vincent Breitmoser 2021-02-14 19:41:09 +01:00
parent 1d4c7e4e73
commit 1ba7f48fd2
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ public class ApiAppsLiveData extends AsyncTaskLiveData<List<ListedApp>> {
private static final ListedApp[] PLACERHOLDER_APPS = {
new ListedApp("com.fsck.k9", false, false, "K-9 Mail", null, R.drawable.apps_k9),
new ListedApp("com.zeapo.pwdstore", false, false, "Password Store", null, R.drawable.apps_password_store),
new ListedApp("dev.msfjarvis.aps", false, false, "Password Store", null, R.drawable.apps_password_store),
new ListedApp("eu.siacs.conversations", false, false, "Conversations (Instant Messaging)", null,
R.drawable.apps_conversations)
};