1<?xml version="1.0" encoding="utf-8"?> 2<manifest xmlns:android="http://schemas.android.com/apk/res/android"> 3 <application> 4 <uses-library android:name="com.google.android.wearable" android:required="false" /> 5 </application> 6</manifest> 7
1<?xml version="1.0" encoding="utf-8"?> 2<manifest xmlns:android="http://schemas.android.com/apk/res/android"> 3 <application> 4 <uses-library android:name="com.google.android.wearable" android:required="false" /> 5 </application> 6</manifest> 7