blob: 89857e4202b2b3823e5b523380857142fa2b6b6f [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="test.pkg">
<uses-feature android:name="android.hardware.type.watch"/>
<application android:allowBackup="false">
<<error descr="Missing `android:value` attribute">meta-<caret>data</error>
android:name="com.google.android.wearable.standalone" />
</application>
</manifest>