Prevent direct execution of intentURLs with confirmation dialog
This commit is contained in:
@@ -67,6 +67,10 @@
|
||||
<data android:mimeType="text/plain" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".messages.IntentUrlDialogActivity"
|
||||
android:exported="false"
|
||||
android:theme="@style/AppTheme.Dialog" />
|
||||
|
||||
<service android:name=".service.WebSocketService" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user