Format file. No other change.
This commit is contained in:
parent
b0846de5e1
commit
2fb7220ec4
1 changed files with 7 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue