Merge "Fix typo when parsing external platform version from Settings." into froyo
This commit is contained in:
committed by
Android (Google) Code Review
commit
8b0047f825
@@ -8802,7 +8802,7 @@ class PackageManagerService extends IPackageManager.Stub {
|
||||
}
|
||||
String external = parser.getAttributeValue(null, "external");
|
||||
if (external != null) {
|
||||
mInternalSdkPlatform = Integer.parseInt(external);
|
||||
mExternalSdkPlatform = Integer.parseInt(external);
|
||||
}
|
||||
} catch (NumberFormatException e) {
|
||||
}
|
||||
@@ -9952,4 +9952,3 @@ class PackageManagerService extends IPackageManager.Stub {
|
||||
android.provider.Settings.Secure.DEFAULT_INSTALL_LOCATION, PackageHelper.APP_INSTALL_AUTO);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user