1<?xml version="1.0" encoding="utf-8"?>
2<!--
3 Nothing is declared here. EnrollmentScanActivity is registered by each
4     consuming app's own manifest, because the activity's label, theme and
5     parent are the app's business and merging a fixed one would take that
6     choice away.
7-->
8<manifest xmlns:android="http://schemas.android.com/apk/res/android"
9    package="com.example.wgapplink" >
10
11    <uses-sdk android:minSdkVersion="24" />
11-->INJECTED
11-->INJECTED
12
13</manifest>
