Created
November 20, 2021 20:00
-
-
Save arildojr7/d8deb3fe341b09dc2a2c10b0ff11f1d7 to your computer and use it in GitHub Desktop.
AndroidManifest with wear os support
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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