Package com.dsi.ant
Class StoreDownloader
java.lang.Object
com.dsi.ant.StoreDownloader
Links to Google Play Store for application download and install.
- Since:
- 4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
getAntRadioService
(android.content.Context context) Open the Google Play Store as a new task, displaying the ANT Radio Service page.static void
getAntUsbService
(android.content.Context context) Open the Google Play Store as a new task, displaying the ANT USB Service page if available on this device.
-
Constructor Details
-
StoreDownloader
public StoreDownloader()
-
-
Method Details
-
getAntRadioService
public static void getAntRadioService(android.content.Context context) Open the Google Play Store as a new task, displaying the ANT Radio Service page.- Parameters:
context
- the context used to start the Play Store activity- Since:
- 4.0
-
getAntUsbService
public static void getAntUsbService(android.content.Context context) Open the Google Play Store as a new task, displaying the ANT USB Service page if available on this device. Note that the ANT USB Service is only available to devices with the USB Host Feature, and the requested page will not be found on other devices.- Parameters:
context
- the context used to start the Play Store activity- Since:
- 4.0
-