Loading services/core/java/com/android/server/pm/PackageInstallerSession.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -948,6 +948,7 @@ public class PackageInstallerSession extends IPackageInstallerSession.Stub { break; break; case MSG_ON_NATIVE_LIBS_EXTRACTED: case MSG_ON_NATIVE_LIBS_EXTRACTED: handleOnNativeLibsExtracted(); handleOnNativeLibsExtracted(); break; } } return true; return true; Loading Loading
services/core/java/com/android/server/pm/PackageInstallerSession.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -948,6 +948,7 @@ public class PackageInstallerSession extends IPackageInstallerSession.Stub { break; break; case MSG_ON_NATIVE_LIBS_EXTRACTED: case MSG_ON_NATIVE_LIBS_EXTRACTED: handleOnNativeLibsExtracted(); handleOnNativeLibsExtracted(); break; } } return true; return true; Loading