Skip to content

Instantly share code, notes, and snippets.

@arildojr7
Created November 20, 2021 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arildojr7/d8deb3fe341b09dc2a2c10b0ff11f1d7 to your computer and use it in GitHub Desktop.
Save arildojr7/d8deb3fe341b09dc2a2c10b0ff11f1d7 to your computer and use it in GitHub Desktop.
AndroidManifest with wear os support
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="dev.arildo.tuner">
<uses-feature android:name="android.hardware.type.watch" />
<application
android:allowBackup="true".........>
<uses-library android:name="com.google.android.wearable" android:required="true" />
<meta-data android:name="com.google.android.wearable.standalone" android:value="true" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment