version:1.5

fix:迁移到奥乐云平台
add:
This commit is contained in:
2021-12-10 14:49:23 +08:00
parent 2462bafa85
commit ed8310da47
713 changed files with 6024 additions and 4805 deletions

View File

@@ -5,7 +5,7 @@
android:minHeight="110dp"
android:updatePeriodMillis="86400000"
android:initialLayout="@layout/test_layout_appwidget_blue"
android:configure="com.android.colorfulos.testcomponent.WidgetConfigActivity"
android:configure="com.aoleyun.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.android.colorfulos.intent.action.test_shortcut"/>
<intent android:action="com.aoleyun.os.intent.action.test_shortcut"/>
</shortcut>
<shortcut
android:shortcutId="shortcut2"
android:shortcutShortLabel="@string/shortcut2">
<intent android:action="com.android.colorfulos.intent.action.test_shortcut"/>
<intent android:action="com.aoleyun.os.intent.action.test_shortcut"/>
</shortcut>
<shortcut
android:shortcutId="shortcut3"
android:shortcutShortLabel="@string/shortcut3">
<intent android:action="com.android.colorfulos.intent.action.test_shortcut"/>
<intent android:action="com.aoleyun.os.intent.action.test_shortcut"/>
</shortcut>
</shortcuts>