diff options
| author | 2023-02-02 01:59:35 +0000 | |
|---|---|---|
| committer | 2023-02-02 01:59:35 +0000 | |
| commit | 355cc8679d6f3095a152ca2c5b00a5ca03129e48 (patch) | |
| tree | 93c5d37f3c0c47732000f2299c61ac850504828f | |
| parent | 721d9d7f87f606f796fe269645e4fe170b164715 (diff) | |
| parent | a84f697b5a2be10fa57a04c79b530ced14910680 (diff) | |
Merge "Update the EXECUTE_APP_ACTION javadoc"
| -rw-r--r-- | core/res/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 49f4d35a0520..99ac7087c6ed 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -6921,8 +6921,8 @@ <!-- Allows an assistive application to perform actions on behalf of users inside of applications. - <p>For now, this permission is only granted to system applications fulfilling the - ASSISTANT role. + <p>For now, this permission is only granted to the Assistant application selected by + the user. <p>Protection level: internal|role --> <permission android:name="android.permission.EXECUTE_APP_ACTION" |