mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 19:15:58 +00:00
Add SET_PERMISSION APIs (#159)
This commit is contained in:
@@ -323,7 +323,8 @@ fun ApiSettings(onNavigateUp: () -> Unit) {
|
||||
onClick = {
|
||||
sp.apiKey = key
|
||||
context.showOperationResultToast(true)
|
||||
}
|
||||
},
|
||||
enabled = key.isNotEmpty()
|
||||
) {
|
||||
Text(stringResource(R.string.apply))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user