Created
June 24, 2019 08:12
-
-
Save sbis04/3c837e1d95b810b55e8d77dfb0a53d92 to your computer and use it in GitHub Desktop.
flutter_os_manifest
This file contains hidden or 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
<!-- 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