mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
update readme
change version number and version name system manager: hide bug report dialog after user click confirm
This commit is contained in:
@@ -26,8 +26,8 @@ android {
|
||||
applicationId = "com.bintianqi.owndroid"
|
||||
minSdk = 21
|
||||
targetSdk = 34
|
||||
versionCode = 28
|
||||
versionName = "5.3.1"
|
||||
versionCode = 29
|
||||
versionName = "5.4"
|
||||
multiDexEnabled = false
|
||||
}
|
||||
|
||||
|
||||
@@ -366,6 +366,7 @@ private fun BugReportDialog(status: MutableState<Boolean>) {
|
||||
onClick = {
|
||||
val result = dpm.requestBugreport(receiver)
|
||||
Toast.makeText(context, if(result) R.string.success else R.string.fail, Toast.LENGTH_SHORT).show()
|
||||
status.value = false
|
||||
}
|
||||
) {
|
||||
Text(stringResource(R.string.confirm))
|
||||
@@ -1255,5 +1256,6 @@ fun InstallSystemUpdate() {
|
||||
Information {
|
||||
Text(stringResource(R.string.auto_reboot_after_install_succeed))
|
||||
}
|
||||
Spacer(Modifier.padding(vertical = 30.dp))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user