mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 19:15:58 +00:00
add storage protection, update guide, enable obfuscate
This commit is contained in:
@@ -117,6 +117,11 @@ private fun AuthSettings(){
|
||||
{ sharedPref.edit().putBoolean("lock_in_background",it).apply() }
|
||||
)
|
||||
}
|
||||
SwitchItem(
|
||||
R.string.protect_storage, "", null,
|
||||
{ sharedPref.getBoolean("protect_storage",false) },
|
||||
{ sharedPref.edit().putBoolean("protect_storage",it).apply() }
|
||||
)
|
||||
Box(modifier = Modifier.padding(horizontal = 8.dp)){
|
||||
Information {
|
||||
Text(text = stringResource(R.string.auth_on_start))
|
||||
|
||||
Reference in New Issue
Block a user