forked from distok/cutthecord
notrack: don't remove crashlytics from init (it's still stubbed)
This commit is contained in:
parent
5a7d18c5a6
commit
cac3ede38e
1 changed files with 0 additions and 10 deletions
|
@ -20,16 +20,6 @@ diff -crB -x dist -x build -x '*.rej' com.discord-843-base/AndroidManifest.xml c
|
|||
<activity android:name="com.yalantis.ucrop.UCropActivity" android:theme="@style/Theme.AppCompat.Light.NoActionBar"/>
|
||||
<service android:exported="true" android:name="com.google.firebase.messaging.FirebaseMessagingService">
|
||||
<intent-filter android:priority="-500">
|
||||
***************
|
||||
*** 182,188 ****
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
<provider android:authorities="com.discord.lifecycle-process" android:exported="false" android:multiprocess="true" android:name="androidx.lifecycle.ProcessLifecycleOwnerInitializer"/>
|
||||
- <provider android:authorities="com.discord.crashlyticsinitprovider" android:exported="false" android:initOrder="90" android:name="com.crashlytics.android.CrashlyticsInitProvider"/>
|
||||
<meta-data android:name="com.android.vending.derived.apk.id" android:value="1"/>
|
||||
</application>
|
||||
</manifest>
|
||||
\ No newline at end of file
|
||||
--- 182,187 ----
|
||||
diff -crB -x dist -x build -x '*.rej' com.discord-843-base/res/values/strings.xml com.discord-843/res/values/strings.xml
|
||||
*** com.discord-843-base/res/values/strings.xml 2019-02-06 23:27:49.190325481 +0300
|
||||
|
|
Loading…
Reference in a new issue