morgan pushed to branch tor-browser-128.2.0esr-14.0-1 at The Tor Project / Applications / Tor Browser
Commits: 62536693 by clairehurst at 2024-08-27T01:10:10+00:00 fixup! [android] Disable features and functionality
- - - - -
1 changed file:
- mobile/android/fenix/app/src/main/AndroidManifest.xml
Changes:
===================================== mobile/android/fenix/app/src/main/AndroidManifest.xml ===================================== @@ -224,11 +224,11 @@ <data android:mimeType="application/xhtml+xml" /> </intent-filter>
- <intent-filter> - <action android:name="android.intent.action.SEND" /> - <category android:name="android.intent.category.DEFAULT" /> - <data android:mimeType="text/plain" /> - </intent-filter> +<!-- <intent-filter>--> +<!-- <action android:name="android.intent.action.SEND" />--> +<!-- <category android:name="android.intent.category.DEFAULT" />--> +<!-- <data android:mimeType="text/plain" />--> +<!-- </intent-filter>-->
<intent-filter> <action android:name="android.intent.action.SEARCH" />
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/62536693...