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

Commit 156bf471 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "activity(api): Expose isResumed for mainline module libs" into main

parents 31c9d6cc 1250f17d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ package android.app {

  @UiContext public class Activity extends android.view.ContextThemeWrapper implements android.content.ComponentCallbacks2 android.view.KeyEvent.Callback android.view.LayoutInflater.Factory2 android.view.View.OnCreateContextMenuListener android.view.Window.Callback {
    method public final boolean addDumpable(@NonNull android.util.Dumpable);
    method public final boolean isResumed();
  }

  public class ActivityManager {
+1 −0
Original line number Diff line number Diff line
@@ -8637,6 +8637,7 @@ public class Activity extends ContextThemeWrapper
     * @hide
     */
    @UnsupportedAppUsage
    @SystemApi(client = SystemApi.Client.MODULE_LIBRARIES)
    public final boolean isResumed() {
        return mResumed;
    }