Skip to content

Commit

Permalink
Merge pull request #3739 from Navid200/Navid_2024_10_27
Browse files Browse the repository at this point in the history
Ottai companion
  • Loading branch information
jamorham authored Oct 29, 2024
2 parents 9f769df + 1dc4eb1 commit 49c3780
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ public class UiBasedCollector extends NotificationListenerService {
coOptedPackages.add("com.medtronic.diabetes.simplera.eu");
coOptedPackages.add("com.senseonics.gen12androidapp");
coOptedPackages.add("com.senseonics.androidapp");
coOptedPackages.add("com.microtech.aidexx.mgdl"); // Experiment
coOptedPackages.add("com.microtech.aidexx.mgdl");
coOptedPackages.add("com.ottai.seas"); // Experiment

coOptedPackagesAll.add("com.dexcom.dexcomone");
coOptedPackagesAll.add("com.dexcom.d1plus");
Expand All @@ -110,7 +111,8 @@ public class UiBasedCollector extends NotificationListenerService {
coOptedPackagesAll.add("com.medtronic.diabetes.simplera.eu");
coOptedPackagesAll.add("com.senseonics.gen12androidapp");
coOptedPackagesAll.add("com.senseonics.androidapp");
coOptedPackagesAll.add("com.microtech.aidexx.mgdl"); // Experiment
coOptedPackagesAll.add("com.microtech.aidexx.mgdl");
coOptedPackagesAll.add("com.ottai.seas"); // Experiment

companionAppIoBPackages.add("com.insulet.myblue.pdm");

Expand Down

0 comments on commit 49c3780

Please sign in to comment.