Skip to content
Commit f4b8c971 authored by Winson's avatar Winson
Browse files

Dismiss PackageInstallerActivity when SimpleErrorDialog cancelled

Otherwise the translucent Activity sticks around until another back
press.

Bug: 187221431

Test: manual, adb shell am start \
    -a android.intent.action.INSTALL_PACKAGE \
    -d "file:///the-apk-that-wasnt.apk" \
    -n com.google.android.packageinstaller/com.android.packageinstaller.PackageInstallerActivity

Change-Id: I80ecf62247c62d76a832676ed52c68f9aefcb54e
parent bc8bb626
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment