Wear: fix tiles
This commit is contained in:
parent
e2e1dfdb33
commit
1b43c9e0e9
1 changed files with 33 additions and 21 deletions
|
@ -29,9 +29,9 @@
|
||||||
<service
|
<service
|
||||||
android:name=".watchfaces.BigChartWatchface"
|
android:name=".watchfaces.BigChartWatchface"
|
||||||
android:allowEmbedded="true"
|
android:allowEmbedded="true"
|
||||||
|
android:exported="false"
|
||||||
android:label="@string/label_watchface_big_chart"
|
android:label="@string/label_watchface_big_chart"
|
||||||
android:permission="android.permission.BIND_WALLPAPER"
|
android:permission="android.permission.BIND_WALLPAPER">
|
||||||
android:exported="false">
|
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="android.service.wallpaper"
|
android:name="android.service.wallpaper"
|
||||||
android:resource="@xml/watch_face" />
|
android:resource="@xml/watch_face" />
|
||||||
|
@ -51,9 +51,9 @@
|
||||||
<service
|
<service
|
||||||
android:name=".watchfaces.NoChartWatchface"
|
android:name=".watchfaces.NoChartWatchface"
|
||||||
android:allowEmbedded="true"
|
android:allowEmbedded="true"
|
||||||
|
android:exported="false"
|
||||||
android:label="@string/label_watchface_no_chart"
|
android:label="@string/label_watchface_no_chart"
|
||||||
android:permission="android.permission.BIND_WALLPAPER"
|
android:permission="android.permission.BIND_WALLPAPER">
|
||||||
android:exported="false">
|
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="android.service.wallpaper"
|
android:name="android.service.wallpaper"
|
||||||
android:resource="@xml/watch_face" />
|
android:resource="@xml/watch_face" />
|
||||||
|
@ -73,9 +73,9 @@
|
||||||
<service
|
<service
|
||||||
android:name=".watchfaces.AapsWatchface"
|
android:name=".watchfaces.AapsWatchface"
|
||||||
android:allowEmbedded="true"
|
android:allowEmbedded="true"
|
||||||
|
android:exported="false"
|
||||||
android:label="@string/label_watchface"
|
android:label="@string/label_watchface"
|
||||||
android:permission="android.permission.BIND_WALLPAPER"
|
android:permission="android.permission.BIND_WALLPAPER">
|
||||||
android:exported="false">
|
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="android.service.wallpaper"
|
android:name="android.service.wallpaper"
|
||||||
android:resource="@xml/watch_face" />
|
android:resource="@xml/watch_face" />
|
||||||
|
@ -98,9 +98,9 @@
|
||||||
<service
|
<service
|
||||||
android:name=".watchfaces.AapsV2Watchface"
|
android:name=".watchfaces.AapsV2Watchface"
|
||||||
android:allowEmbedded="true"
|
android:allowEmbedded="true"
|
||||||
|
android:exported="false"
|
||||||
android:label="@string/label_watchface_v2"
|
android:label="@string/label_watchface_v2"
|
||||||
android:permission="android.permission.BIND_WALLPAPER"
|
android:permission="android.permission.BIND_WALLPAPER">
|
||||||
android:exported="false">
|
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="android.service.wallpaper"
|
android:name="android.service.wallpaper"
|
||||||
android:resource="@xml/watch_face" />
|
android:resource="@xml/watch_face" />
|
||||||
|
@ -123,9 +123,9 @@
|
||||||
<service
|
<service
|
||||||
android:name=".watchfaces.CockpitWatchface"
|
android:name=".watchfaces.CockpitWatchface"
|
||||||
android:allowEmbedded="true"
|
android:allowEmbedded="true"
|
||||||
|
android:exported="false"
|
||||||
android:label="@string/label_watchface_cockpit"
|
android:label="@string/label_watchface_cockpit"
|
||||||
android:permission="android.permission.BIND_WALLPAPER"
|
android:permission="android.permission.BIND_WALLPAPER">
|
||||||
android:exported="false">
|
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="android.service.wallpaper"
|
android:name="android.service.wallpaper"
|
||||||
android:resource="@xml/watch_face" />
|
android:resource="@xml/watch_face" />
|
||||||
|
@ -148,9 +148,9 @@
|
||||||
<service
|
<service
|
||||||
android:name=".watchfaces.SteampunkWatchface"
|
android:name=".watchfaces.SteampunkWatchface"
|
||||||
android:allowEmbedded="true"
|
android:allowEmbedded="true"
|
||||||
|
android:exported="false"
|
||||||
android:label="@string/label_watchface_steampunk"
|
android:label="@string/label_watchface_steampunk"
|
||||||
android:permission="android.permission.BIND_WALLPAPER"
|
android:permission="android.permission.BIND_WALLPAPER">
|
||||||
android:exported="false">
|
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="android.service.wallpaper"
|
android:name="android.service.wallpaper"
|
||||||
android:resource="@xml/watch_face" />
|
android:resource="@xml/watch_face" />
|
||||||
|
@ -173,9 +173,9 @@
|
||||||
<service
|
<service
|
||||||
android:name=".watchfaces.AapsLargeWatchface"
|
android:name=".watchfaces.AapsLargeWatchface"
|
||||||
android:allowEmbedded="true"
|
android:allowEmbedded="true"
|
||||||
|
android:exported="false"
|
||||||
android:label="@string/label_watchface_large"
|
android:label="@string/label_watchface_large"
|
||||||
android:permission="android.permission.BIND_WALLPAPER"
|
android:permission="android.permission.BIND_WALLPAPER">
|
||||||
android:exported="false">
|
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="android.service.wallpaper"
|
android:name="android.service.wallpaper"
|
||||||
android:resource="@xml/watch_face" />
|
android:resource="@xml/watch_face" />
|
||||||
|
@ -197,9 +197,9 @@
|
||||||
<service
|
<service
|
||||||
android:name=".watchfaces.CircleWatchface"
|
android:name=".watchfaces.CircleWatchface"
|
||||||
android:allowEmbedded="true"
|
android:allowEmbedded="true"
|
||||||
|
android:exported="false"
|
||||||
android:label="@string/label_watchface_circle"
|
android:label="@string/label_watchface_circle"
|
||||||
android:permission="android.permission.BIND_WALLPAPER"
|
android:permission="android.permission.BIND_WALLPAPER">
|
||||||
android:exported="false">
|
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="android.service.wallpaper"
|
android:name="android.service.wallpaper"
|
||||||
android:resource="@xml/watch_face" />
|
android:resource="@xml/watch_face" />
|
||||||
|
@ -219,9 +219,9 @@
|
||||||
<service
|
<service
|
||||||
android:name=".watchfaces.DigitalStyleWatchface"
|
android:name=".watchfaces.DigitalStyleWatchface"
|
||||||
android:allowEmbedded="true"
|
android:allowEmbedded="true"
|
||||||
|
android:exported="false"
|
||||||
android:label="@string/label_watchface_digital_style"
|
android:label="@string/label_watchface_digital_style"
|
||||||
android:permission="android.permission.BIND_WALLPAPER"
|
android:permission="android.permission.BIND_WALLPAPER">
|
||||||
android:exported="false">
|
|
||||||
<meta-data
|
<meta-data
|
||||||
android:name="android.service.wallpaper"
|
android:name="android.service.wallpaper"
|
||||||
android:resource="@xml/watch_face" />
|
android:resource="@xml/watch_face" />
|
||||||
|
@ -241,7 +241,8 @@
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service android:name=".comm.DataLayerListenerServiceWear"
|
<service
|
||||||
|
android:name=".comm.DataLayerListenerServiceWear"
|
||||||
android:exported="true">
|
android:exported="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="com.google.android.gms.wearable.CAPABILITY_CHANGED" />
|
<action android:name="com.google.android.gms.wearable.CAPABILITY_CHANGED" />
|
||||||
|
@ -549,44 +550,55 @@
|
||||||
</activity>
|
</activity>
|
||||||
<activity
|
<activity
|
||||||
android:name=".interaction.WatchfaceConfigurationActivity"
|
android:name=".interaction.WatchfaceConfigurationActivity"
|
||||||
|
android:exported="true"
|
||||||
android:label="@string/menu_settings" />
|
android:label="@string/menu_settings" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".interaction.actions.WizardActivity"
|
android:name=".interaction.actions.WizardActivity"
|
||||||
|
android:exported="true"
|
||||||
android:label="@string/menu_wizard" />
|
android:label="@string/menu_wizard" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".interaction.menus.FillMenuActivity"
|
android:name=".interaction.menus.FillMenuActivity"
|
||||||
|
android:exported="true"
|
||||||
android:label="@string/menu_prime_fill" />
|
android:label="@string/menu_prime_fill" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".interaction.menus.StatusMenuActivity"
|
android:name=".interaction.menus.StatusMenuActivity"
|
||||||
|
android:exported="true"
|
||||||
android:label="@string/menu_status" />
|
android:label="@string/menu_status" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".interaction.actions.TreatmentActivity"
|
android:name=".interaction.actions.TreatmentActivity"
|
||||||
|
android:exported="true"
|
||||||
android:label="@string/menu_treatment" />
|
android:label="@string/menu_treatment" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".interaction.actions.BolusActivity"
|
android:name=".interaction.actions.BolusActivity"
|
||||||
|
android:exported="true"
|
||||||
android:label="@string/action_insulin" />
|
android:label="@string/action_insulin" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".interaction.actions.ProfileSwitchActivity"
|
android:name=".interaction.actions.ProfileSwitchActivity"
|
||||||
|
android:exported="true"
|
||||||
android:label="@string/status_profile_switch" />
|
android:label="@string/status_profile_switch" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".interaction.actions.AcceptActivity"
|
android:name=".interaction.actions.AcceptActivity"
|
||||||
|
android:exported="true"
|
||||||
android:label="@string/action_confirm"
|
android:label="@string/action_confirm"
|
||||||
android:launchMode="singleInstance" />
|
android:launchMode="singleInstance" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".interaction.actions.FillActivity"
|
android:name=".interaction.actions.FillActivity"
|
||||||
|
android:exported="true"
|
||||||
android:label="@string/menu_prime_fill" />
|
android:label="@string/menu_prime_fill" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".interaction.actions.ECarbActivity"
|
android:name=".interaction.actions.ECarbActivity"
|
||||||
|
android:exported="true"
|
||||||
android:label="@string/action_ecarbs" />
|
android:label="@string/action_ecarbs" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".interaction.actions.CarbActivity"
|
android:name=".interaction.actions.CarbActivity"
|
||||||
|
android:exported="true"
|
||||||
android:label="@string/action_carbs" />
|
android:label="@string/action_carbs" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".interaction.actions.TempTargetActivity"
|
android:name=".interaction.actions.TempTargetActivity"
|
||||||
|
android:exported="true"
|
||||||
android:label="@string/menu_tempt" />
|
android:label="@string/menu_tempt" />
|
||||||
|
|
||||||
<activity
|
<activity android:name=".interaction.actions.BackgroundActionActivity" />
|
||||||
android:name=".interaction.actions.BackgroundActionActivity" />
|
|
||||||
|
|
||||||
<activity android:name=".interaction.ConfigurationActivity">
|
<activity android:name=".interaction.ConfigurationActivity">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
|
|
Loading…
Reference in a new issue