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

Commit 129d3807 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Enable NameNotFoundException on Ravenwood" into main

parents d7e0f2f8 e392dc82
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() {
        }