blob: af34a1331ba7e83f6e7829f9bbe230c6cd9f90cb [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">
<meta-data
android:name="com.google.android.wearable.standalone"
android:value="<error descr="Expecting a boolean value for attribute `android:value`">@string/in<caret>validattr</error>" />
</application>
</manifest>