diff options
author | Nancy Chen <nancychen@google.com> | 2015-04-07 12:21:36 -0700 |
---|---|---|
committer | Nancy Chen <nancychen@google.com> | 2015-04-07 12:21:36 -0700 |
commit | 1df9429b6b76710f8dd6458517d04feb7a63826e (patch) | |
tree | 0b12a3dd39c3a1b8e1e21f4b49ae1d20338abc7c /telecomm/java/android/telecom/AuthenticatorService.java | |
parent | b677e0a49643d265eb0fa5efc3666a1e9362477f (diff) |
Hide and make systemapi visual voicemail-related apis.
Since there are no third-party apps expected to be using the visual
voicemail related apps at the moment, best to keep these hidden for now.
Bug: 19236241
Change-Id: I86f622208efcc89fab523f03d2bb70c244cdf867
Diffstat (limited to 'telecomm/java/android/telecom/AuthenticatorService.java')
-rw-r--r-- | telecomm/java/android/telecom/AuthenticatorService.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/telecomm/java/android/telecom/AuthenticatorService.java b/telecomm/java/android/telecom/AuthenticatorService.java index 39717c3e0fc2..7aa105d57bbe 100644 --- a/telecomm/java/android/telecom/AuthenticatorService.java +++ b/telecomm/java/android/telecom/AuthenticatorService.java @@ -19,6 +19,7 @@ import android.accounts.AbstractAccountAuthenticator; import android.accounts.Account; import android.accounts.AccountAuthenticatorResponse; import android.accounts.NetworkErrorException; +import android.annotation.SystemApi; import android.app.Service; import android.content.Context; import android.content.Intent; @@ -28,7 +29,10 @@ import android.os.IBinder; /** * A generic stub account authenticator service often used for sync adapters that do not directly * involve accounts. + * + * @hide */ +@SystemApi public class AuthenticatorService extends Service { private static Authenticator mAuthenticator; |