ShortSupportMessage can be modified

This commit is contained in:
BinTianqi
2024-01-19 19:50:45 +08:00
parent c8af8f054f
commit 62c3144a76
9 changed files with 171 additions and 13 deletions

View File

@@ -49,7 +49,8 @@ fun ApplicationManage(myDpm:DevicePolicyManager, myComponent:ComponentName,myCon
onValueChange = {
pkgName = it
},
label = { Text("包名") }
label = { Text("包名") },
modifier = Modifier.fillMaxWidth().padding(horizontal = 8.dp)
)
if(VERSION.SDK_INT>=24){
val isSuspended = {