Skip to content

Commit

Permalink
UiBased: add packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jamorham committed Nov 8, 2024
1 parent 53507c7 commit 23d0538
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ public class UiBasedCollector extends NotificationListenerService {
coOptedPackages.add("com.senseonics.androidapp");
coOptedPackages.add("com.microtech.aidexx.mgdl");
coOptedPackages.add("com.ottai.seas"); // Experiment
coOptedPackages.add("com.microtech.aidexx"); //for microtech china version
coOptedPackages.add("com.ottai.tag"); // //for ottai china version

coOptedPackagesAll.add("com.dexcom.dexcomone");
coOptedPackagesAll.add("com.dexcom.d1plus");
Expand All @@ -113,6 +115,8 @@ public class UiBasedCollector extends NotificationListenerService {
coOptedPackagesAll.add("com.senseonics.androidapp");
coOptedPackagesAll.add("com.microtech.aidexx.mgdl");
coOptedPackagesAll.add("com.ottai.seas"); // Experiment
coOptedPackagesAll.add("com.microtech.aidexx"); //for microtech china version
coOptedPackagesAll.add("com.ottai.tag"); // //for ottai china version

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

Expand Down

0 comments on commit 23d0538

Please sign in to comment.