Commit b27600b9 authored by 胡江林's avatar 胡江林

V1.1 注册星马班牌启动广播

parent d791cf20
......@@ -13,8 +13,8 @@ android {
applicationId "com.youbay.daemon"
minSdk 21
targetSdk 32
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
......
......@@ -43,8 +43,8 @@
android:exported="true">
<intent-filter android:priority="1000">
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.intent.action.SMDT_BOOT_COMPLETED" />
<action android:name="android.media.AUDIO_BECOMING_NOISY" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment