Merge "Derestrict PROP_NAME_MAX."

This commit is contained in:
Mathew Inwood
2020-11-10 11:39:03 +00:00
committed by Gerrit Code Review

View File

@@ -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 */