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

Commit 6af76679 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add @TestApi to Configuration.assetsSeq"

parents d8d847cb e716d72d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -394,6 +394,7 @@ package android.content.pm {
package android.content.res {

  public final class Configuration implements java.lang.Comparable android.os.Parcelable {
    field public int assetsSeq;
    field public final android.app.WindowConfiguration windowConfiguration;
  }

+1 −0
Original line number Diff line number Diff line
@@ -794,6 +794,7 @@ public final class Configuration implements Parcelable, Comparable<Configuration
     * {@link ActivityInfo#CONFIG_ASSETS_PATHS}.
     * @hide
     */
    @TestApi
    public int assetsSeq;

    /**