Skip to content

Commit

Permalink
Define targetApi for complication services (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke authored Oct 17, 2024
1 parent 2797938 commit 2dd1a06
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Complications/Wearable/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@
android:exported="true"
android:icon="@drawable/ic_data_usage_vd_theme_24"
android:label="@string/goal_progress_label"
android:permission="com.google.android.wearable.permission.BIND_COMPLICATION_PROVIDER">
android:permission="com.google.android.wearable.permission.BIND_COMPLICATION_PROVIDER"
tools:targetApi="33">
<intent-filter>
<action android:name="android.support.wearable.complications.ACTION_COMPLICATION_UPDATE_REQUEST" />
</intent-filter>
Expand All @@ -187,7 +188,8 @@
android:exported="true"
android:icon="@drawable/ic_data_usage_vd_theme_24"
android:label="@string/weighted_elements"
android:permission="com.google.android.wearable.permission.BIND_COMPLICATION_PROVIDER">
android:permission="com.google.android.wearable.permission.BIND_COMPLICATION_PROVIDER"
tools:targetApi="33">
<intent-filter>
<action android:name="android.support.wearable.complications.ACTION_COMPLICATION_UPDATE_REQUEST" />
</intent-filter>
Expand Down

0 comments on commit 2dd1a06

Please sign in to comment.