fix:
update:更换为酷信
This commit is contained in:
2023-10-11 19:19:52 +08:00
parent 625a121cbb
commit 8799e85443
723 changed files with 4158 additions and 4041 deletions

View File

@@ -5,7 +5,7 @@
android:minHeight="110dp"
android:updatePeriodMillis="86400000"
android:initialLayout="@layout/test_layout_appwidget_blue"
android:configure="com.aoleyun.os.testcomponent.WidgetConfigActivity"
android:configure="com.uiuipad.os.testcomponent.WidgetConfigActivity"
android:resizeMode="horizontal|vertical"
android:widgetFeatures="reconfigurable"
android:widgetCategory="home_screen">

View File

@@ -3,16 +3,16 @@
<shortcut
android:shortcutId="shortcut1"
android:shortcutShortLabel="@string/shortcut1">
<intent android:action="com.aoleyun.os.intent.action.test_shortcut"/>
<intent android:action="com.uiuipad.os.intent.action.test_shortcut"/>
</shortcut>
<shortcut
android:shortcutId="shortcut2"
android:shortcutShortLabel="@string/shortcut2">
<intent android:action="com.aoleyun.os.intent.action.test_shortcut"/>
<intent android:action="com.uiuipad.os.intent.action.test_shortcut"/>
</shortcut>
<shortcut
android:shortcutId="shortcut3"
android:shortcutShortLabel="@string/shortcut3">
<intent android:action="com.aoleyun.os.intent.action.test_shortcut"/>
<intent android:action="com.uiuipad.os.intent.action.test_shortcut"/>
</shortcut>
</shortcuts>