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

Commit 55bedb92 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Revert "Revert "Increase MAX_ATTRIBUTIONS to 10000""" into sc-dev am: 4a800937

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14200908

Change-Id: I9e78bf316d7f40442df25156519713507319961d
parents 2fcb1be5 4a800937
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ public class ParsedAttribution implements Parcelable {
    public static final int MAX_ATTRIBUTION_TAG_LEN = 50;

    /** Maximum amount of attributions per package */
    private static final int MAX_NUM_ATTRIBUTIONS = 1000;
    private static final int MAX_NUM_ATTRIBUTIONS = 10000;

    /** Tag of the attribution */
    public final @NonNull String tag;
@@ -100,7 +100,7 @@ public class ParsedAttribution implements Parcelable {



    // Code below generated by codegen v1.0.22.
    // Code below generated by codegen v1.0.23.
    //
    // DO NOT MODIFY!
    // CHECKSTYLE:OFF Generated code
@@ -215,8 +215,8 @@ public class ParsedAttribution implements Parcelable {
    };

    @DataClass.Generated(
            time = 1607463855175L,
            codegenVersion = "1.0.22",
            time = 1618351459610L,
            codegenVersion = "1.0.23",
            sourceFile = "frameworks/base/core/java/android/content/pm/parsing/component/ParsedAttribution.java",
            inputSignatures = "public static final  int MAX_ATTRIBUTION_TAG_LEN\nprivate static final  int MAX_NUM_ATTRIBUTIONS\npublic final @android.annotation.NonNull java.lang.String tag\npublic final @android.annotation.StringRes int label\npublic final @android.annotation.NonNull java.util.List<java.lang.String> inheritFrom\npublic static  boolean isCombinationValid(java.util.List<android.content.pm.parsing.component.ParsedAttribution>)\nclass ParsedAttribution extends java.lang.Object implements [android.os.Parcelable]\n@com.android.internal.util.DataClass(genAidl=false)")
    @Deprecated