update Android Password Store link
parent
1d4c7e4e73
commit
1ba7f48fd2
|
@ -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)
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue