diff options
| author | 2018-12-11 05:46:15 -0800 | |
|---|---|---|
| committer | 2018-12-11 05:46:15 -0800 | |
| commit | f0e9bc79dd58d22ea820a6650accac9010228198 (patch) | |
| tree | ad63640195b51b864eb3006af574bb35850c123b | |
| parent | dc6049f079a7dc785c4f49319b39a744e551fd94 (diff) | |
| parent | 15152e7d95e5a485f3d2f08d11167bf96120b6fe (diff) | |
Merge "Switch last c.a.i18n.phonenumbers hiddenapi entries to annotations"
am: 15152e7d95
Change-Id: I017bfd08a96e27768d3972ab80f4ca00b17cb60a
| -rw-r--r-- | config/hiddenapi-greylist.txt | 4 | ||||
| -rwxr-xr-x | tools/hiddenapi/exclude.sh | 1 |
2 files changed, 1 insertions, 4 deletions
diff --git a/config/hiddenapi-greylist.txt b/config/hiddenapi-greylist.txt index 1488b0964fe8..2aeb4310733e 100644 --- a/config/hiddenapi-greylist.txt +++ b/config/hiddenapi-greylist.txt @@ -1716,10 +1716,6 @@ Landroid/widget/QuickContactBadge$QueryHandler;-><init>(Landroid/widget/QuickCon Landroid/widget/RelativeLayout$DependencyGraph$Node;-><init>()V Landroid/widget/RemoteViews$OnClickHandler;-><init>()V Landroid/widget/ScrollBarDrawable;-><init>()V -Lcom/android/i18n/phonenumbers/Phonenumber$PhoneNumber$CountryCodeSource;->values()[Lcom/android/i18n/phonenumbers/Phonenumber$PhoneNumber$CountryCodeSource; -Lcom/android/i18n/phonenumbers/PhoneNumberUtil$MatchType;->values()[Lcom/android/i18n/phonenumbers/PhoneNumberUtil$MatchType; -Lcom/android/i18n/phonenumbers/PhoneNumberUtil$PhoneNumberFormat;->values()[Lcom/android/i18n/phonenumbers/PhoneNumberUtil$PhoneNumberFormat; -Lcom/android/i18n/phonenumbers/PhoneNumberUtil$PhoneNumberType;->values()[Lcom/android/i18n/phonenumbers/PhoneNumberUtil$PhoneNumberType; Lcom/android/ims/ImsCall;->deflect(Ljava/lang/String;)V Lcom/android/ims/ImsCall;->isMultiparty()Z Lcom/android/ims/ImsCall;->reject(I)V diff --git a/tools/hiddenapi/exclude.sh b/tools/hiddenapi/exclude.sh index 2291e5a92730..4ffcf6846947 100755 --- a/tools/hiddenapi/exclude.sh +++ b/tools/hiddenapi/exclude.sh @@ -11,6 +11,7 @@ LIBCORE_PACKAGES="\ android.system \ com.android.bouncycastle \ com.android.conscrypt \ + com.android.i18n.phonenumbers \ com.android.okhttp \ com.sun \ dalvik \ |