Loading RealmeProximityService/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ android:label="RealmeProximityHelper" android:persistent="true"> <receiver android:name="co.hyper.proximityservice.BootCompletedReceiver"> <receiver android:name="co.hyper.proximityservice.BootCompletedReceiver" android:exported="true"> <intent-filter> <action android:name="android.intent.action.BOOT_COMPLETED" /> <category android:name="android.intent.category.DEFAULT" /> Loading Loading
RealmeProximityService/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ android:label="RealmeProximityHelper" android:persistent="true"> <receiver android:name="co.hyper.proximityservice.BootCompletedReceiver"> <receiver android:name="co.hyper.proximityservice.BootCompletedReceiver" android:exported="true"> <intent-filter> <action android:name="android.intent.action.BOOT_COMPLETED" /> <category android:name="android.intent.category.DEFAULT" /> Loading