From e20166acfd08a35f4d73f6e81dc5dc4fe8c171f1 Mon Sep 17 00:00:00 2001 From: Nick Kralevich Date: Fri, 1 Nov 2013 15:28:29 -0700 Subject: [PATCH] AppOpsManager: fix javadoc misspelling. Change-Id: I15cb1ed4c46026db248dc5ebc1d46e65c5f7bc0b --- core/java/android/app/AppOpsManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/app/AppOpsManager.java b/core/java/android/app/AppOpsManager.java index aece46298364d..e71d47d344381 100644 --- a/core/java/android/app/AppOpsManager.java +++ b/core/java/android/app/AppOpsManager.java @@ -36,7 +36,7 @@ import android.os.RemoteException; * API for interacting with "application operation" tracking. * *

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}.

*/