Merge pull request #43 from MaximilianGaedig/patch-1

Update PodsService.java
This commit is contained in:
Federico Dossena
2019-11-22 13:42:33 +01:00
committed by GitHub
@@ -37,7 +37,7 @@ import java.util.List;
/** /**
* This is the class that does most of the work. It has 3 functions: * This is the class that does most of the work. It has 3 functions:
* - Detect when AirPods are detected * - Detect when AirPods are detected
* - Receive beacons from AirPods and decode them (easier said than done thanks do google's autism) * - Receive beacons from AirPods and decode them (easier said than done thanks to google's autism)
* - Display the notification with the status * - Display the notification with the status
* *
*/ */