Skip to content

Commit

Permalink
Merge pull request #4 from brendanpward/patch-1
Browse files Browse the repository at this point in the history
Fix bindToService on newer Android API versions
  • Loading branch information
hannesa2 authored Aug 14, 2024
2 parents 5bc71ac + b6f29d2 commit 1ecb7eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions example/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<queries>
<package android:name="org.sufficientlysecure.keychain" />
</queries>
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
Expand All @@ -21,4 +23,4 @@
android:windowSoftInputMode="stateHidden" />
</application>

</manifest>
</manifest>

0 comments on commit 1ecb7eb

Please sign in to comment.