<?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> |