diff options
| author | 2023-11-14 16:30:44 +0000 | |
|---|---|---|
| committer | 2023-11-16 14:48:28 +0000 | |
| commit | 2d0c54ea28504c53de5f022a7478e98d21c8be44 (patch) | |
| tree | cfdb0ba53ac1139429dc96d1203c171012014a0b | |
| parent | 8ffb5a59aecc4dd9cf311ae3758460be46d702fb (diff) | |
Add meta-data denoting that a patch 25239169 is present.
Test: btest android.devicepolicy.gts.RequiredPatchesTest
Bug: 305455828
Change-Id: I044184df62623ae9d05ec743d24bb6437373dedf
| -rw-r--r-- | core/res/AndroidManifest.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index cd5f30d7e684..960855644ce2 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -8232,6 +8232,10 @@ android:exported="true"> </provider> + <meta-data + android:name="com.android.server.patch.25239169" + android:value="true" /> + </application> </manifest> |