Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Removed android-package-replaced metric from Android (#1686)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigzour authored Jun 10, 2021
1 parent 64fffd9 commit 805a612
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
6 changes: 0 additions & 6 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@
</intent-filter>
</receiver>

<receiver android:name="app.covidshield.receiver.PackageReceiver">
<intent-filter>
<action android:name="android.intent.action.MY_PACKAGE_REPLACED"/>
</intent-filter>
</receiver>

</application>

</manifest>

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import app.covidshield.utils.SingletonHolder
import kotlinx.coroutines.runBlocking

enum class MetricType(val identifier: String, val shouldBePushedToServerRightAway: Boolean) {
PackageUpdated("android-package-replaced", false),
ScheduledCheckStartedToday("scheduled-check-started-today", false),
ScheduledCheckSuccessfulToday("scheduled-check-successful-today", false),
ActiveUser("active-user", true)
Expand Down

0 comments on commit 805a612

Please sign in to comment.