Skip to content

Commit

Permalink
Ignore certain configuration changes
Browse files Browse the repository at this point in the history
Addresses: #85, #219
  • Loading branch information
tmo1 committed Oct 28, 2024
1 parent 4e20263 commit e23f015
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<uses-feature
android:name="android.hardware.telephony"
android:required="false" />

<uses-permission android:name="android.permission.READ_SMS" />
<uses-permission android:name="android.permission.READ_CONTACTS" />
<uses-permission android:name="android.permission.WRITE_CONTACTS" />
Expand Down Expand Up @@ -91,8 +91,8 @@
</activity>
<activity
android:name=".MainActivity"
android:exported="true"
android:screenOrientation="locked">
android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down

0 comments on commit e23f015

Please sign in to comment.