Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c32dd8d0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Enable NameNotFoundException on Ravenwood" into main am: 129d3807

parents 3150c5c2 129d3807
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -146,6 +146,7 @@ public abstract class PackageManager {
     * This exception is thrown when a given package, application, or component
     * name cannot be found.
     */
    @android.ravenwood.annotation.RavenwoodKeepWholeClass
    public static class NameNotFoundException extends AndroidException {
        public NameNotFoundException() {
        }