Merge "Add credential management app preference to Settings"

This commit is contained in:
Alex Johnston
2020-12-03 10:00:27 +00:00
committed by Android (Google) Code Review
19 changed files with 940 additions and 12 deletions

View File

@@ -97,7 +97,8 @@ public class RequestManageCredentials extends Activity {
mRecyclerView.setLayoutManager(mLayoutManager);
CredentialManagementAppAdapter recyclerViewAdapter = new CredentialManagementAppAdapter(
this, mCredentialManagerPackage, mAuthenticationPolicy.getAppAndUriMappings());
this, mCredentialManagerPackage, mAuthenticationPolicy.getAppAndUriMappings(),
/* include header= */ true, /* include expander= */ false);
mRecyclerView.setAdapter(recyclerViewAdapter);
}