Browse Source

Format file. No other change.

pull/3159/head
Benoit Marty 3 months ago
parent
commit
1a99a9f0e6
  1. 12
      features/call/impl/src/main/AndroidManifest.xml

12
features/call/impl/src/main/AndroidManifest.xml

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

Loading…
Cancel
Save