|
@@ -135,6 +135,14 @@
|
|
|
android:screenOrientation="fullSensor"
|
|
|
tools:replace="screenOrientation"/>
|
|
|
|
|
|
+ <receiver android:name="com.hw.nativeapp.ui.receiver.BootBroadcastReceiver"
|
|
|
+ android:enabled="true"
|
|
|
+ android:exported="true">
|
|
|
+ <intent-filter>
|
|
|
+ <action android:name="android.intent.action.BOOT_COMPLETED" />
|
|
|
+ </intent-filter>
|
|
|
+ </receiver>
|
|
|
+
|
|
|
</application>
|
|
|
|
|
|
</manifest>
|