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

Commit 9320f1b7 authored by Felipe Leme's avatar Felipe Leme Committed by Android (Google) Code Review
Browse files

Merge "Makes Activity.addDumpable() a @TestApi"

parents 9aaf48a2 ed71bd91
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -103,6 +103,7 @@ package android.animation {
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.OnBackInvokedDispatcherOwner android.view.View.OnCreateContextMenuListener android.view.Window.Callback {
    method public final boolean addDumpable(@NonNull android.util.Dumpable);
    method public void onMovedToDisplay(int, android.content.res.Configuration);
  }

+1 −0
Original line number Diff line number Diff line
@@ -7098,6 +7098,7 @@ public class Activity extends ContextThemeWrapper
     * @hide
     */
    @SystemApi(client = SystemApi.Client.MODULE_LIBRARIES)
    @TestApi
    public final boolean addDumpable(@NonNull Dumpable dumpable) {
        if (mDumpableContainer == null) {
            mDumpableContainer = new DumpableContainerImpl();