remove small widget and rename some files
This commit is contained in:
parent
1ebd9bea70
commit
52c668820d
11 changed files with 5 additions and 313 deletions
|
|
@ -101,7 +101,7 @@
|
|||
|
||||
<meta-data
|
||||
android:name="android.appwidget.provider"
|
||||
android:resource="@xml/app_widget_big_info" />
|
||||
android:resource="@xml/app_widget_album_info" />
|
||||
</receiver>
|
||||
<receiver
|
||||
android:name=".widgets.AppWidgetClassic"
|
||||
|
|
@ -115,18 +115,6 @@
|
|||
android:name="android.appwidget.provider"
|
||||
android:resource="@xml/app_widget_classic_info" />
|
||||
</receiver>
|
||||
<receiver
|
||||
android:name=".widgets.AppWidgetSmall"
|
||||
android:exported="false"
|
||||
android:label="@string/app_widget_small_name">
|
||||
<intent-filter>
|
||||
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
|
||||
</intent-filter>
|
||||
|
||||
<meta-data
|
||||
android:name="android.appwidget.provider"
|
||||
android:resource="@xml/app_widget_small_info" />
|
||||
</receiver>
|
||||
<receiver
|
||||
android:name=".widgets.AppWidgetCard"
|
||||
android:exported="false"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue