diff options
author | Ihab Awad <ihab@google.com> | 2014-10-24 11:42:32 -0700 |
---|---|---|
committer | Ihab Awad <ihab@google.com> | 2014-10-28 15:56:29 -0700 |
commit | 074bf104c80c7158202fe709417c90a303feecd0 (patch) | |
tree | 0524c7149bd95979e407b00999da6427806d6ed3 /api | |
parent | 579a7f99408a5d310ab8eb2e1b6bc938e1a74c4a (diff) | |
download | frameworks_base-074bf104c80c7158202fe709417c90a303feecd0.zip frameworks_base-074bf104c80c7158202fe709417c90a303feecd0.tar.gz frameworks_base-074bf104c80c7158202fe709417c90a303feecd0.tar.bz2 |
PhoneAccounts include literal icon bitmap (1/4)
Change-Id: I9110d983c0ca6610075bd24975f1e90d123ef9c1
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index aa8057d..4cfab54 100644 --- a/api/current.txt +++ b/api/current.txt @@ -28233,6 +28233,8 @@ package android.telecom { method public int getCapabilities(); method public int getColor(); method public android.graphics.drawable.Drawable getIcon(android.content.Context); + method public android.graphics.Bitmap getIconBitmap(); + method public java.lang.String getIconPackageName(); method public int getIconResId(); method public java.lang.CharSequence getLabel(); method public java.lang.CharSequence getShortDescription(); @@ -28258,6 +28260,8 @@ package android.telecom { method public android.telecom.PhoneAccount.Builder setAddress(android.net.Uri); method public android.telecom.PhoneAccount.Builder setCapabilities(int); method public android.telecom.PhoneAccount.Builder setColor(int); + method public android.telecom.PhoneAccount.Builder setIconBitmap(android.graphics.Bitmap); + method public android.telecom.PhoneAccount.Builder setIconPackageName(java.lang.String); method public android.telecom.PhoneAccount.Builder setIconResId(int); method public android.telecom.PhoneAccount.Builder setShortDescription(java.lang.CharSequence); method public android.telecom.PhoneAccount.Builder setSubscriptionAddress(android.net.Uri); |