Skip to content

Commit

Permalink
Merge pull request #3649 from Navid200/Navid_2024_08_30
Browse files Browse the repository at this point in the history
Stelo Companion app
  • Loading branch information
jamorham committed Aug 30, 2024
2 parents e18eef0 + 90deb70 commit f1572f7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public class UiBasedCollector extends NotificationListenerService {
coOptedPackages.add("com.dexcom.g6.region1.mmol");
coOptedPackages.add("com.dexcom.g6.region3.mgdl");
coOptedPackages.add("com.dexcom.dexcomone");
coOptedPackages.add("com.dexcom.stelo");
coOptedPackages.add("com.dexcom.g7");
coOptedPackages.add("com.dexcom.d1plus");
coOptedPackages.add("com.camdiab.fx_alert.mmoll");
Expand All @@ -95,6 +96,7 @@ public class UiBasedCollector extends NotificationListenerService {

coOptedPackagesAll.add("com.dexcom.dexcomone");
coOptedPackagesAll.add("com.dexcom.d1plus");
coOptedPackagesAll.add("com.dexcom.stelo");
coOptedPackagesAll.add("com.medtronic.diabetes.guardian");
coOptedPackagesAll.add("com.medtronic.diabetes.simplera.eu");
coOptedPackagesAll.add("com.senseonics.gen12androidapp");
Expand Down

0 comments on commit f1572f7

Please sign in to comment.