removes firebase logging

This commit is contained in:
Vitor Pamplona
2025-04-01 11:56:55 -04:00
parent 99ef1fc168
commit f6bd12058f
+7 -1
View File
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<application
android:name=".Amethyst">
@@ -13,6 +14,11 @@
</intent-filter>
</service>
<!--Remove Firebase Logging-->
<service
android:name="com.google.android.datatransport.runtime.scheduling.jobscheduling.JobInfoSchedulerService" tools:node="remove">
</service>
<meta-data android:name="com.google.firebase.messaging.default_notification_icon"
android:resource="@drawable/amethyst" />