commit bfa54eb8ac5dc923527f07e48d0a390314991fd3
Author: Matthew Finkel <matthew.fin...@gmail.com>
Date:   Fri Mar 22 16:24:09 2019 +0000

    Bug 29238 - Prevent crash on Android after update
---
 mobile/android/base/AndroidManifest.xml.in | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/mobile/android/base/AndroidManifest.xml.in 
b/mobile/android/base/AndroidManifest.xml.in
index 01b23d22a19b..c9a65da1ea1f 100644
--- a/mobile/android/base/AndroidManifest.xml.in
+++ b/mobile/android/base/AndroidManifest.xml.in
@@ -415,14 +415,6 @@
             android:name="org.mozilla.gecko.cleanup.FileCleanupService">
         </service>
 
-        <receiver
-            android:name="org.mozilla.gecko.PackageReplacedReceiver"
-            android:exported="false">
-            <intent-filter>
-                <action 
android:name="android.intent.action.MY_PACKAGE_REPLACED"></action>
-            </intent-filter>
-        </receiver>
-
         <service
           android:name="org.mozilla.gecko.telemetry.TelemetryUploadService"
           android:exported="false"/>

_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to