xref: /aosp_15_r20/system/apex/shim/build/AndroidManifestInstallConstraints_invalid_fingerprint.xml (revision 33f3758387333dbd2962d7edbd98681940d895da)
1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3          package="com.android.apex.cts.shim">
4    <!-- APEX does not have classes.dex -->
5    <application android:hasCode="false"/>
6    <install-constraints>
7        <fingerprint-prefix android:value="does/not/exist"/>
8    </install-constraints>
9</manifest>
10