Skip to content

Commit

Permalink
Remove TrustCertificateActivity from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
sunkup committed Feb 25, 2025
1 parent 0924124 commit e32a205
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,4 @@

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

<application>

<activity
android:name=".TrustCertificateActivity"
android:label="@string/certificate_notification_connection_security"
android:launchMode="singleInstance"
android:excludeFromRecents="true"
android:exported="true"/>

</application>
</manifest>

0 comments on commit e32a205

Please sign in to comment.