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

Commit e392dc82 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Enable NameNotFoundException on Ravenwood

Change-Id: I7cbe222abb84fd4a8bb1b49dbcbbad0afea586b1
Flag: EXEMPT host test change only
Bug: 292141694
Test: treehugger
parent 6be50758
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() {
        }