Help menus for several screens.

Bug: 5144896
Change-Id: Ib2f5146f6f62f2a33261bb165c3bf1bf13b22f38
This commit is contained in:
Amith Yamasani
2012-04-23 15:35:36 -07:00
parent c1da7b105a
commit b0b37ae21c
13 changed files with 141 additions and 0 deletions

View File

@@ -377,5 +377,11 @@ public class ChooseLockGeneric extends PreferenceActivity {
}
finish();
}
@Override
protected int getHelpResource() {
return R.string.help_url_choose_lockscreen;
}
}
}