Status: Archived

This repository has been archived and is no longer maintained.

status: inactive


GcmNetworkManager Quickstart

This sample demonstrates how to use the GcmNetworkManager API.

Introduction

GcmNetworkManager can be used to reliably schedule network operations in your application based on time, charging status, connectivity, and other variables. GcmNetworkManager is similar to the Android JobScheduler API which is available on all Android devices running Lollipop or higher, however GcmNetworkManager is available on any device running Google Play Services.

For more information on GcmNetworkManager, visit: https://developers.google.com/cloud-messaging/network-manager

Prerequisites

In order to run this quickstart sample you will need:

Getting Started

To run the quickstart application:

Support