Format file. No other change.

This commit is contained in:
Benoit Marty
2024-07-05 16:24:57 +02:00
parent b0846de5e1
commit 2fb7220ec4

View File

@@ -77,10 +77,11 @@
</activity>
<activity android:name=".ui.IncomingCallActivity"
<activity
android:name=".ui.IncomingCallActivity"
android:configChanges="screenSize|screenLayout|orientation|keyboardHidden|keyboard|navigation|uiMode"
android:exported="false"
android:excludeFromRecents="true"
android:exported="false"
android:launchMode="singleTask"
android:taskAffinity="io.element.android.features.call" />
@@ -90,9 +91,10 @@
android:exported="false"
android:foregroundServiceType="phoneCall" />
<receiver android:name=".receivers.DeclineCallBroadcastReceiver"
android:exported="false"
android:enabled="true" />
<receiver
android:name=".receivers.DeclineCallBroadcastReceiver"
android:enabled="true"
android:exported="false" />
</application>