That fuck shit the fascists are using
1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 xmlns:tools="http://schemas.android.com/tools">
4
5 <application
6 android:name=".TeleMessageSignalApplication"
7 android:supportsRtl="true"
8 android:allowBackup="true"
9 tools:node="merge"
10 tools:replace="android:name,android:allowBackup,android:supportsRtl">
11
12 <activity
13 android:name="com.microsoft.identity.client.BrowserTabActivity"
14 android:exported="true">
15 <intent-filter>
16 <action android:name="android.intent.action.VIEW" />
17
18 <category android:name="android.intent.category.DEFAULT" />
19 <category android:name="android.intent.category.BROWSABLE" />
20
21 <!--debug-->
22 <!-- <data
23 android:host="org.tm.archive.prodshilo"
24 android:path="/QGKhFQhiONVb16luOCu0/IA+Ut4="
25 android:scheme="msauth" /> -->
26 <!--release-->
27 <data
28 android:host="org.tm.archive.prodshilo"
29 android:path="/a1GN26oMeVmtFyYoymQgC5B3diQ="
30 android:scheme="msauth" />
31 </intent-filter>
32 </activity>
33
34 <service android:name=".gcm.FcmReceiveService" android:exported="true" tools:node="remove">
35 <intent-filter>
36 <action android:name="com.google.firebase.MESSAGING_EVENT" />
37 </intent-filter>
38 </service>
39
40 <service android:name="org.archiver.gcm.TeleMessageFcmReceiveService" android:exported="true">
41 <intent-filter>
42 <action android:name="com.google.firebase.MESSAGING_EVENT" />
43 </intent-filter>
44 </service>
45
46 </application>
47</manifest>