mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-15 20:09:19 +00:00
Update: Move to androidx.material/appcompat
Auto Format of code
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user