Add help menu for Users and Location access

Bug: 7093415
Bug: 7130812
Change-Id: I44c68e846dcc5d98fc8b152f79d75140e151323a
This commit is contained in:
Amith Yamasani
2012-09-18 09:51:07 -07:00
parent 766a0683cf
commit 38223dc458
3 changed files with 13 additions and 0 deletions

View File

@@ -185,6 +185,10 @@ public class LocationSettings extends SettingsPreferenceFragment
return true;
}
@Override
public int getHelpResource() {
return R.string.help_url_location_access;
}
}
class WrappingSwitchPreference extends SwitchPreference {