blob: 4b5e849152599f3be88ee72fe8aba5125a862124 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.binary">
<uses-sdk
android:minSdkVersion="23"
android:targetSdkVersion="24" />
<meta-data
android:name="com.foo"
android:value="bar"
android:featureFlag="!com.google.foo" />
</manifest>