Skip to content

Commit

Permalink
fix tries 1
Browse files Browse the repository at this point in the history
  • Loading branch information
PzHown committed Jun 6, 2024
1 parent 4eda2d1 commit 05f4a01
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@
android:theme="@style/MyApp.SplashScreen"
tools:ignore="UnusedAttribute">

<meta-data
android:name="recoloringMode"
android:value="never" />
<!--几何天气-->
<meta-data
android:name="com.wangdaye.geometricweather.PROVIDER_CONFIG"
android:resource="@xml/oblatum_icon_provider_config" />
<meta-data
android:name="com.wangdaye.geometricweather.DRAWABLE_FILTER"
android:resource="@xml/oblatum_icon_provider_drawable_filter" />

<activity
android:name=".MainActivity"
android:label="@string/app_name"
Expand All @@ -38,17 +49,7 @@
never - (default) Never apply any color masking to the icons. This will
cause them to not be selectable as weather extension icon set.
-->
<meta-data
android:name="recoloringMode"
android:value="never" />

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

<!--几何天气-->
<intent-filter>
<action android:name="com.wangdaye.geometricweather.ICON_PROVIDER" />
Expand Down

0 comments on commit 05f4a01

Please sign in to comment.