Skip to content

Commit 2ea2dd7

Browse files
authored
Merge pull request #1 from hariks789/hariks789-android-12-patch
Fixed Android 12 explicit export build error
2 parents 3e9933e + e64c9d8 commit 2ea2dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/lib/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
android:resource="@xml/syncadapter"/>
3232
</service>
3333
<service
34-
android:name="com.marianhello.bgloc.sync.AuthenticatorService">
34+
android:name="com.marianhello.bgloc.sync.AuthenticatorService" android:exported="false">
3535
<intent-filter>
3636
<action android:name="android.accounts.AccountAuthenticator"/>
3737
</intent-filter>

0 commit comments

Comments
 (0)