version:
fix: update:更换为酷信
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user