Skip to content

Commit

Permalink
chore: 更新几何天气的配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
PzHown committed Jun 6, 2024
1 parent 0d59f88 commit 4eda2d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
<action android:name="com.wangdaye.geometricweather.ICON_PROVIDER" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>




<!-- TODO: Do NOT remove the intent-filter tags -->
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down Expand Up @@ -311,9 +311,6 @@
android:value="${applicationId}.NotificationServiceExtension" />
-->

<!--几何天气-->
<meta-data
android:name="com.wangdaye.geometricweather.PROVIDER_CONFIG"
android:resource="@xml/icon_provider_config" />

</application>
</manifest>
4 changes: 2 additions & 2 deletions app/src/main/res/xml/oblatum_icon_provider_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<config
hasWeatherIcons="true"
hasWeatherAnimators="false"
hasMinimalIcons="false"
hasShortcutIcons="false"
hasMinimalIcons="true"
hasShortcutIcons="true"
hasSunMoonDrawables="true" />

0 comments on commit 4eda2d1

Please sign in to comment.