Update: Move to androidx.material/appcompat

Auto Format of code
This commit is contained in:
LooKeR
2021-10-27 00:41:20 +05:30
parent 486d531158
commit 95183dde6b
50 changed files with 305 additions and 384 deletions

View File

@ -44,7 +44,7 @@ class DefaultInstaller(context: Context) : BaseInstaller(context) {
}
}
private fun mDefaultUninstaller(packageName: String){
private fun mDefaultUninstaller(packageName: String) {
val uri = Uri.fromParts("package", packageName, null)
val intent = Intent()
intent.data = uri