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

Commit 433a15dd authored by Mathew Inwood's avatar Mathew Inwood Committed by Automerger Merge Worker
Browse files

Merge "Derestrict PROP_NAME_MAX." am: caf6c158 am: 626e204e am: 1e6326f5 am: 8d48e22c

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

Change-Id: Id3d1788d2c5c03ce73e29f7fafd4cbaba9230ee8
parents 6f0a18c4 8d48e22c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ public class SystemProperties {
     * uses reflection to read this whenever text is selected (http://b/36095274).
     * @hide
     */
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553)
    @UnsupportedAppUsage(trackingBug = 172649311)
    public static final int PROP_NAME_MAX = Integer.MAX_VALUE;

    /** @hide */