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 e083a0c commit 0d59f88
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -310,5 +310,10 @@
<meta-data android:name="com.onesignal.NotificationServiceExtension"
android:value="${applicationId}.NotificationServiceExtension" />
-->

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

0 comments on commit 0d59f88

Please sign in to comment.