Merge "Add credential management app preference to Settings"
This commit is contained in:
committed by
Android (Google) Code Review
commit
25cca45c09
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user