Loading services/core/java/com/android/server/om/OverlayManagerSettings.java +2 −2 Original line number Diff line number Diff line Loading @@ -545,8 +545,8 @@ final class OverlayManagerSettings { throw new XmlPullParserException("old version " + oldVersion + "; ignoring"); case 3: case 4: // Upgrading from version 3 to 5 is not a breaking change so do not ignore the // overlay file. // Upgrading from versions 3 and 4 is not a breaking change, so do not // ignore the overlay file. return; default: throw new XmlPullParserException("unrecognized version " + oldVersion); Loading Loading
services/core/java/com/android/server/om/OverlayManagerSettings.java +2 −2 Original line number Diff line number Diff line Loading @@ -545,8 +545,8 @@ final class OverlayManagerSettings { throw new XmlPullParserException("old version " + oldVersion + "; ignoring"); case 3: case 4: // Upgrading from version 3 to 5 is not a breaking change so do not ignore the // overlay file. // Upgrading from versions 3 and 4 is not a breaking change, so do not // ignore the overlay file. return; default: throw new XmlPullParserException("unrecognized version " + oldVersion); Loading