summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2018-10-02 21:13:28 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2018-10-02 21:13:28 +0000
commit323a915bb320bc20a7746f48b74bf2fa1d21df2c (patch)
tree587d19781ffce27805e644b1ef892e718d7b59c6
parenta4d4250f5b9eca9c22b8056969c051c9eb2577ae (diff)
parentb0cbd1637bbdf0506ca405c3053437d5772bd360 (diff)
Merge "docs: fixing typo, bug 37006473" into pi-dev
-rw-r--r--core/java/android/accounts/AbstractAccountAuthenticator.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/java/android/accounts/AbstractAccountAuthenticator.java b/core/java/android/accounts/AbstractAccountAuthenticator.java
index a3b3a9f21954..79d1361192e3 100644
--- a/core/java/android/accounts/AbstractAccountAuthenticator.java
+++ b/core/java/android/accounts/AbstractAccountAuthenticator.java
@@ -17,7 +17,6 @@
package android.accounts;
import android.Manifest;
-import android.annotation.SystemApi;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
@@ -32,8 +31,8 @@ import java.util.Arrays;
/**
* Abstract base class for creating AccountAuthenticators.
- * In order to be an authenticator one must extend this class, provider implementations for the
- * abstract methods and write a service that returns the result of {@link #getIBinder()}
+ * In order to be an authenticator one must extend this class, provide implementations for the
+ * abstract methods, and write a service that returns the result of {@link #getIBinder()}
* in the service's {@link android.app.Service#onBind(android.content.Intent)} when invoked
* with an intent with action {@link AccountManager#ACTION_AUTHENTICATOR_INTENT}. This service
* must specify the following intent filter and metadata tags in its AndroidManifest.xml file