forked from omni/OmniCards
feat: added companion app for WearOS, and setted up icons
This commit is contained in:
@@ -11,13 +11,23 @@
|
||||
android:label="@string/app_name"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@android:style/Theme.DeviceDefault">
|
||||
<service android:name=".presentation.MessagesReceiver" android:exported="true">
|
||||
<intent-filter>
|
||||
<action android:name="com.google.android.gms.wearable.BIND_LISTENER" />
|
||||
</intent-filter>
|
||||
</service>
|
||||
|
||||
<activity
|
||||
android:name=".presentation.ShowCardActivity"
|
||||
android:exported="false"
|
||||
android:theme="@android:style/Theme.DeviceDefault.NoActionBar" />
|
||||
|
||||
<uses-library
|
||||
android:name="com.google.android.wearable"
|
||||
android:required="true" />
|
||||
<uses-library
|
||||
android:name="wear-sdk"
|
||||
android:required="false" />
|
||||
|
||||
<!--
|
||||
Set to true if your app is Standalone, that is, it does not require the handheld
|
||||
app to run.
|
||||
|
||||
Reference in New Issue
Block a user