From fcdba12869220502f025217077317251155d152f Mon Sep 17 00:00:00 2001 From: Mathew Inwood Date: Mon, 9 Nov 2020 16:32:28 +0000 Subject: Derestrict PROP_NAME_MAX. Turns out it is used afterall. Change-Id: I1ba83a151b0ca6ba708b03b46106dfb29d8b592f Fixes: 172649311 --- core/java/android/os/SystemProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/os/SystemProperties.java b/core/java/android/os/SystemProperties.java index ded9be5eb74a..ab741990430f 100644 --- a/core/java/android/os/SystemProperties.java +++ b/core/java/android/os/SystemProperties.java @@ -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 */ -- cgit v1.2.3-59-g8ed1b