Refactor help menu stuff into a controller
This is a clean up to action bar menu item pattern, we will use the same pattern to build search icon on all pages in a later change. Bug: 68814716 Test: robotests Change-Id: Iedd3ec263e8ccb63ed75ec7a95b28c00878b1de4
This commit is contained in:
@@ -573,7 +573,7 @@ public class AccountSyncSettings extends AccountPreferenceBase {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected int getHelpResource() {
|
||||
public int getHelpResource() {
|
||||
return R.string.help_url_accounts;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user