• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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