diff options
Diffstat (limited to 'api/system-lint-baseline.txt')
| -rw-r--r-- | api/system-lint-baseline.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/api/system-lint-baseline.txt b/api/system-lint-baseline.txt index 432a5fd8efec..306b8afaadae 100644 --- a/api/system-lint-baseline.txt +++ b/api/system-lint-baseline.txt @@ -1,4 +1,14 @@ // Baseline format: 1.0 +// Tethering broadcast action / extras cannot change name for backwards compatibility +ActionValue: android.net.TetheringManager#ACTION_TETHER_STATE_CHANGED: + Inconsistent action value; expected `android.net.action.TETHER_STATE_CHANGED`, was `android.net.conn.TETHER_STATE_CHANGED` +ActionValue: android.net.TetheringManager#EXTRA_ACTIVE_TETHER: + Inconsistent extra value; expected `android.net.extra.ACTIVE_TETHER`, was `tetherArray` +ActionValue: android.net.TetheringManager#EXTRA_AVAILABLE_TETHER: + Inconsistent extra value; expected `android.net.extra.AVAILABLE_TETHER`, was `availableArray` +ActionValue: android.net.TetheringManager#EXTRA_ERRORED_TETHER: + Inconsistent extra value; expected `android.net.extra.ERRORED_TETHER`, was `erroredArray` + ArrayReturn: android.view.contentcapture.ViewNode#getAutofillOptions(): |