Unverified Commit 2c217388 authored by pjgowtham's avatar pjgowtham
Browse files

RealmeProximityHelper: Set android:exported for sdk31

parent 7e791888
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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" />