Add help uri for restricted apps page
Bug: 77299457 Test: Build Change-Id: I46c208f9805f47a4f42e44338ea5dce0451dd671
This commit is contained in:
@@ -122,6 +122,11 @@ public class RestrictedAppDetails extends DashboardFragment {
|
||||
return MetricsProto.MetricsEvent.FUELGAUGE_RESTRICTED_APP_DETAILS;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getHelpResource() {
|
||||
return R.string.help_uri_restricted_apps;
|
||||
}
|
||||
|
||||
@VisibleForTesting
|
||||
void refreshUi() {
|
||||
mRestrictedAppListGroup.removeAll();
|
||||
|
Reference in New Issue
Block a user