Skip to content
This repository was archived by the owner on Feb 12, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ The core of this app's implementation is in MainPage.xaml.cs where it opens and
initializes the activity sensor instance when the page is loaded.

The main page does not directly talk to the SensorCore API but a wrapper in
ActivitySensor.cs. The wrapper tries to use ActivitySensor exposed through Windows.
ActivitySensor.cs. The wrapper attempts to use ActivitySensor exposed through Windows.
Devices.Sensors before falling back to production implementation ActivityMonitor()
when the app runs on a real device or with its simulated alternative
ActivityMonitorSimulator() when running on emulator.

All APIs are called through the CallSensorCoreApiAsync () helper function, which
All APIs are called through the CallSensorCoreApiAsync() helper function, which
helps handling the typical errors, like required features being disabled in the
system settings.

Expand Down