Mark Wear OS app as non-standalone since we use phone for sign in now (#2900)

This commit is contained in:
Daniel Shokouhi 2022-09-20 17:40:48 -07:00 committed by GitHub
parent d87781dea4
commit 7ab914a8bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,7 @@
<!-- The app can run without a connected phone -->
<meta-data
android:name="com.google.android.wearable.standalone"
android:value="true" />
android:value="false" />
<activity android:name=".home.HomeActivity" />
<activity android:name=".splash.SplashActivity"