|
9 | 9 | android:usesCleartextTraffic="true" |
10 | 10 | android:fitsSystemWindows="true" |
11 | 11 | android:theme="@style/AppTheme"> |
| 12 | + |
12 | 13 | <activity |
13 | 14 | android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode|navigation" |
14 | 15 | android:name=".MainActivity" |
15 | 16 | android:label="@string/title_activity_main" |
16 | 17 | android:theme="@style/AppTheme.NoActionBarLaunch" |
17 | 18 | android:launchMode="singleTask" |
18 | 19 | android:exported="true"> |
| 20 | + |
19 | 21 | <intent-filter> |
20 | 22 | <action android:name="android.intent.action.MAIN" /> |
21 | 23 | <category android:name="android.intent.category.LAUNCHER" /> |
22 | 24 | </intent-filter> |
23 | 25 |
|
| 26 | +<!-- <intent-filter>--> |
| 27 | +<!-- <action android:name="openapp" />--> |
| 28 | +<!-- <category android:name="android.intent.category.DEFAULT" />--> |
| 29 | +<!-- <category android:name="android.intent.category.BROWSABLE" />--> |
| 30 | + |
| 31 | +<!-- <data android:scheme="com.compassconnections.app" android:host="details"/>--> |
| 32 | +<!-- </intent-filter>--> |
| 33 | + |
24 | 34 | <!-- <intent-filter android:autoVerify="true">--> |
25 | 35 | <!-- <action android:name="android.intent.action.VIEW" />--> |
26 | 36 | <!-- <category android:name="android.intent.category.DEFAULT" />--> |
27 | 37 | <!-- <category android:name="android.intent.category.BROWSABLE" />--> |
28 | | - <!-- <data android:scheme="com.compassmeet" android:host="auth" />--> |
| 38 | + <!-- <data android:scheme="com.compassconnections.app" android:host="auth" />--> |
29 | 39 | <!-- </intent-filter>--> |
30 | 40 | </activity> |
31 | 41 |
|
| 42 | +<!-- <service--> |
| 43 | +<!-- android:name=".MyMessagingService"--> |
| 44 | +<!-- android:exported="false">--> |
| 45 | +<!-- <intent-filter>--> |
| 46 | +<!-- <action android:name="com.google.firebase.MESSAGING_EVENT" />--> |
| 47 | +<!-- </intent-filter>--> |
| 48 | +<!--<!– <meta-data–>--> |
| 49 | +<!--<!– android:name="com.google.firebase.messaging.default_notification_channel_id"–>--> |
| 50 | +<!--<!– android:value="@string/default_notification_channel_id" />–>--> |
| 51 | +<!-- </service>--> |
| 52 | + |
32 | 53 | <provider |
33 | 54 | android:name="androidx.core.content.FileProvider" |
34 | 55 | android:authorities="${applicationId}.fileprovider" |
|
0 commit comments