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

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

parent d791cf20
...@@ -13,8 +13,8 @@ android { ...@@ -13,8 +13,8 @@ android {
applicationId "com.youbay.daemon" applicationId "com.youbay.daemon"
minSdk 21 minSdk 21
targetSdk 32 targetSdk 32
versionCode 1 versionCode 2
versionName "1.0" versionName "1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }
......
...@@ -43,8 +43,8 @@ ...@@ -43,8 +43,8 @@
android:exported="true"> android:exported="true">
<intent-filter android:priority="1000"> <intent-filter android:priority="1000">
<action android:name="android.intent.action.BOOT_COMPLETED" /> <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" /> <action android:name="android.media.AUDIO_BECOMING_NOISY" />
<category android:name="android.intent.category.LAUNCHER" /> <category android:name="android.intent.category.LAUNCHER" />
</intent-filter> </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