Skip to content

Instantly share code, notes, and snippets.

@sbis04
Created June 24, 2019 08:12
Show Gist options
  • Save sbis04/3c837e1d95b810b55e8d77dfb0a53d92 to your computer and use it in GitHub Desktop.
Save sbis04/3c837e1d95b810b55e8d77dfb0a53d92 to your computer and use it in GitHub Desktop.
flutter_os_manifest
<!-- Required for ambient mode support -->
<uses-permission android:name="android.permission.WAKE_LOCK" />
<!-- Flags the app as a Wear app -->
<uses-feature android:name="android.hardware.type.watch" />
<!-- Flags that the app doesn't require a companion phone app -->
<application>
<meta-data
android:name="com.google.android.wearable.standalone"
android:value="true" />
</application>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment