version:1.1

update:2021-10-19 17:27:09
fix:更换包名,自更新
add:加入极光推送,发送正在运行的app信息
This commit is contained in:
2021-10-19 17:31:16 +08:00
parent 5da934cf7e
commit 2462bafa85
703 changed files with 4983 additions and 4149 deletions

View File

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