commit | 449b1fa9ecfd3e91c3492e51d7a5b5fd82b23040 | [log] [tgz] |
---|---|---|
author | Andrew Solovay <asolovay@google.com> | Wed Sep 20 17:20:18 2023 +0000 |
committer | Andrew Solovay <asolovay@google.com> | Wed Sep 20 17:22:01 2023 +0000 |
tree | 4334782ed821fcf98c0d8bc49cd59cfaf979c6f7 | |
parent | 3946267559f0a445eefda8e3823ba64848a9eef6 [diff] |
docs: Typo fix (android.permissions -> android.permission) A couple of code snippets in a doc comment incorrectly referred to the "android.permissions.FOREGROUND_SERVICE_SPECIAL_USE" permission name; this should actually be "android.permission.FOREGROUND_SERVICE_SPECIAL_USE" (permission, not permissions), per: https://developer.android.com/reference/android/Manifest.permission#FOREGROUND_SERVICE_SPECIAL_USE Docs-only change, no change to actual source code. Bug: 299736596 Change-Id: I630f13c19bfb2418ff4feb1c20ac4540ba0e8ef6 Test: [go/abtd docs build]