Skip to content

Commit edefa36

Browse files
committed
Comments
1 parent e40a352 commit edefa36

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,26 +9,47 @@
99
android:usesCleartextTraffic="true"
1010
android:fitsSystemWindows="true"
1111
android:theme="@style/AppTheme">
12+
1213
<activity
1314
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode|navigation"
1415
android:name=".MainActivity"
1516
android:label="@string/title_activity_main"
1617
android:theme="@style/AppTheme.NoActionBarLaunch"
1718
android:launchMode="singleTask"
1819
android:exported="true">
20+
1921
<intent-filter>
2022
<action android:name="android.intent.action.MAIN" />
2123
<category android:name="android.intent.category.LAUNCHER" />
2224
</intent-filter>
2325

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+
2434
<!-- <intent-filter android:autoVerify="true">-->
2535
<!-- <action android:name="android.intent.action.VIEW" />-->
2636
<!-- <category android:name="android.intent.category.DEFAULT" />-->
2737
<!-- <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" />-->
2939
<!-- </intent-filter>-->
3040
</activity>
3141

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+
<!--&lt;!&ndash; <meta-data&ndash;&gt;-->
49+
<!--&lt;!&ndash; android:name="com.google.firebase.messaging.default_notification_channel_id"&ndash;&gt;-->
50+
<!--&lt;!&ndash; android:value="@string/default_notification_channel_id" />&ndash;&gt;-->
51+
<!-- </service>-->
52+
3253
<provider
3354
android:name="androidx.core.content.FileProvider"
3455
android:authorities="${applicationId}.fileprovider"

0 commit comments

Comments
 (0)