Merge "Create help link placeholder for Wifi Direct settings." into pi-dev

This commit is contained in:
TreeHugger Robot
2018-04-07 01:04:52 +00:00
committed by Android (Google) Code Review
3 changed files with 16 additions and 13 deletions

View File

@@ -167,6 +167,11 @@ public class WifiP2pSettings extends DashboardFragment
return MetricsEvent.WIFI_P2P;
}
@Override
public int getHelpResource() {
return R.string.help_url_wifi_p2p;
}
@Override
protected List<AbstractPreferenceController> createPreferenceControllers(Context context) {
final List<AbstractPreferenceController> controllers = new ArrayList<>();