removes firebase logging
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?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
|
<application
|
||||||
android:name=".Amethyst">
|
android:name=".Amethyst">
|
||||||
@@ -13,6 +14,11 @@
|
|||||||
</intent-filter>
|
</intent-filter>
|
||||||
</service>
|
</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"
|
<meta-data android:name="com.google.firebase.messaging.default_notification_icon"
|
||||||
android:resource="@drawable/amethyst" />
|
android:resource="@drawable/amethyst" />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user