Fix native crashes when APKs can't be opened.
There was lax / incomplete error checking around the construction of Apk handles. This change changes the ApkHandle API and makes it throw IOException if the zipfile couldn't be opened. Additionally : - Fix a resource leak in DefaultContainerService - Report errors correctly during package moves. bug: 15563874 (cherry picked from commit ec451647) Change-Id: Ia35b464355467d0d36faf34fae85acbbab3f2896
Loading
Please register or sign in to comment