Clarify comment in prefs

This commit is contained in:
Dominik Schürmann 2014-04-27 20:02:03 +02:00
parent c4e7e617b2
commit 36b269cd19

View File

@ -159,8 +159,8 @@ public class PreferencesActivity extends PreferenceActivity implements
}
/**
* Initializes RootInstaller preference. This method ensures that the preference can only be enabled
* when the user grants access to F-Droid.
* Initializes RootInstaller preference. This method ensures that the preference can only be checked and persisted
* when the user grants root access for F-Droid.
*/
protected void initRootInstallerPreference() {
CheckBoxPreference pref = (CheckBoxPreference)findPreference(Preferences.PREF_ROOT_INSTALLER);