Searched refs:restrictedSettingsAllowed (Results 1 – 1 of 1) sorted by relevance
59 var restrictedSettingsAllowed by rememberSaveable { mutableStateOf(false) } in AppInfoSettingsMoreOptions() variable62 !(state.shouldShowAccessRestrictedSettings && !restrictedSettingsAllowed) in AppInfoSettingsMoreOptions()83 if (state.shouldShowAccessRestrictedSettings && !restrictedSettingsAllowed) { in AppInfoSettingsMoreOptions()86 restrictedSettingsAllowed = true in AppInfoSettingsMoreOptions()