Merge "Derestrict PROP_NAME_MAX." am: caf6c158bb
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1492817 Change-Id: Iec80d5a3b0c482d33c6551f06a4f5ddd6feb5474
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user