Clarify comment in prefs
This commit is contained in:
parent
c4e7e617b2
commit
36b269cd19
@ -159,8 +159,8 @@ public class PreferencesActivity extends PreferenceActivity implements
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Initializes RootInstaller preference. This method ensures that the preference can only be enabled
|
* Initializes RootInstaller preference. This method ensures that the preference can only be checked and persisted
|
||||||
* when the user grants access to F-Droid.
|
* when the user grants root access for F-Droid.
|
||||||
*/
|
*/
|
||||||
protected void initRootInstallerPreference() {
|
protected void initRootInstallerPreference() {
|
||||||
CheckBoxPreference pref = (CheckBoxPreference)findPreference(Preferences.PREF_ROOT_INSTALLER);
|
CheckBoxPreference pref = (CheckBoxPreference)findPreference(Preferences.PREF_ROOT_INSTALLER);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user