Fix doc typos in AppOpsManager.java

Change-Id: I3c930a2afce48c57570681a95595149df5158053
This commit is contained in:
John Spurlock
2014-03-10 16:52:11 -04:00
parent 9182e5f848
commit 925b85eae8

View File

@@ -36,7 +36,7 @@ import android.os.RemoteException;
* API for interacting with "application operation" tracking.
*
* <p>This API is not generally intended for third party application developers; most
* features are only available to system applicatins. Obtain an instance of it through
* features are only available to system applications. Obtain an instance of it through
* {@link Context#getSystemService(String) Context.getSystemService} with
* {@link Context#APP_OPS_SERVICE Context.APP_OPS_SERVICE}.</p>
*/
@@ -878,7 +878,7 @@ public class AppOpsManager {
}
/**
* Like {@link #checkOp but instead of throwing a {@link SecurityException} it
* Like {@link #checkOp} but instead of throwing a {@link SecurityException} it
* returns {@link #MODE_ERRORED}.
*/
public int checkOpNoThrow(String op, int uid, String packageName) {