This sample app demonstrates how to use the Cookie API.
It contains storage and retrieval of values using both, the Android Framework API and the InstantApps Play Services API.
This API is available to both, the Instant App as well as the Installed App, and allows to migrate user-generated data from an instant app to an installed app.
The flow for this API is as follows:
- Check whether the cookie fits the allowance.
- Store data within the instant app.
- Retrieve data from the installed app.
This API is available for API 26 or higher via PackageManager and for API levels lesser than 26 via PackageManagerCompat.
This sample has two build variants:
framework
-> Android 8.0 (API level 26) or higherplayServices
-> Any API level
The two build variants provide the same features, but one uses the Framework API whereas the other one uses the InstantApps Play Services API.
- Run the application by checking the "deploy as instant app" in the run configuration
- Store some data
- Run the application by unchecking the "deploy as instant app" in the run configuration
- Retrieve the data stored earlier
https://hello-cookie.instantappsample.com
Copyright 2017 Google Inc.
Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
additional information regarding copyright ownership. The ASF licenses this
file to you under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.