Skip to content

Commit e32a205

Browse files
committed
Remove TrustCertificateActivity from manifest
1 parent 0924124 commit e32a205

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lib/src/main/AndroidManifest.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,4 @@
33

44
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
55

6-
<application>
7-
8-
<activity
9-
android:name=".TrustCertificateActivity"
10-
android:label="@string/certificate_notification_connection_security"
11-
android:launchMode="singleInstance"
12-
android:excludeFromRecents="true"
13-
android:exported="true"/>
14-
15-
</application>
166
</manifest>

0 commit comments

Comments
 (0)