Fix typo in IntDef prefix
Bug: 266923039 Test: N/A. Non-functional change that fixes source retention IntDef property. Change-Id: I9bc40ab258999caa765f74df4e1507e9bd2eb48c
This commit is contained in:
@@ -281,7 +281,7 @@ public final class RouteListingPreference implements Parcelable {
|
||||
/** @hide */
|
||||
@Retention(RetentionPolicy.SOURCE)
|
||||
@IntDef(
|
||||
prefix = {"DISABLE_REASON_"},
|
||||
prefix = {"SUBTEXT_"},
|
||||
value = {
|
||||
SUBTEXT_NONE,
|
||||
SUBTEXT_SUBSCRIPTION_REQUIRED,
|
||||
|
||||
Reference in New Issue
Block a user