Loading core/java/android/content/Context.java +1 −1 Original line number Diff line number Diff line Loading @@ -5353,7 +5353,7 @@ public abstract class Context { * @see #getFeatureId() */ public @NonNull Context createFeatureContext(@Nullable String featureId) { return this; throw new RuntimeException("Not implemented. Must override in a subclass."); } /** Loading Loading
core/java/android/content/Context.java +1 −1 Original line number Diff line number Diff line Loading @@ -5353,7 +5353,7 @@ public abstract class Context { * @see #getFeatureId() */ public @NonNull Context createFeatureContext(@Nullable String featureId) { return this; throw new RuntimeException("Not implemented. Must override in a subclass."); } /** Loading