summaryrefslogtreecommitdiff
path: root/packages/Shell
diff options
context:
space:
mode:
author Matt Gilbride <mattgilbride@google.com> 2024-11-18 17:40:37 +0000
committer Matt Gilbride <mattgilbride@google.com> 2024-11-19 12:09:28 +0000
commit49caa7db3d8c9e1e7fc3aaa1ec0fb2cb6532572a (patch)
tree7ca947682c1c0b76477e4382a2ea556993b71b6e /packages/Shell
parent1c49ab04d390f6e62bc4a3e71c1c0bb883206d5e (diff)
Use const pointers where appropriate in dynamic_instrumentation_manager
This change also updates a comment in Shell/AndroidManifest.xml to indicate the correct name for CtsDynamicInstrumentationManagerTest. Bug: 372925025 Test: CtsDynamicInstrumentationManagerTest Flag: android.uprobestats.flags.executable_method_file_offsets Change-Id: If6f255bec043cce5ca275bcf0b70337404c0353d
Diffstat (limited to 'packages/Shell')
-rw-r--r--packages/Shell/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Shell/AndroidManifest.xml b/packages/Shell/AndroidManifest.xml
index 1070ebdbb946..18ee210f2f2d 100644
--- a/packages/Shell/AndroidManifest.xml
+++ b/packages/Shell/AndroidManifest.xml
@@ -972,7 +972,7 @@
<!-- Permission required for CTS test - CtsTelephonyTestCases -->
<uses-permission android:name="android.permission.READ_BASIC_PHONE_STATE" />
- <!-- Permission required for ExecutableMethodFileOffsetsTest -->
+ <!-- Permission required for CTS test - CtsDynamicInstrumentationManagerTest -->
<uses-permission android:name="android.permission.DYNAMIC_INSTRUMENTATION" />
<!-- Permissions required for CTS test - SettingsPreferenceServiceClientTest -->