Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #100

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions InstantApps/install-api/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Android Instant Apps - Install API sample
Demonstrates how to use the Install API (Instant Apps).

## Introduction
This sample app demonstrates how to use the [Install API](https://developers.google.com/android/reference/com/google/android/gms/instantapps/InstantApps.html#showInstallPrompt(android.app.Activity,%20android.content.Intent,%20int,%20java.lang.String)).

The API triggers Intent to install the app on device.
Expand Down
2 changes: 2 additions & 0 deletions InstantApps/storage-api/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Android Instant Apps - Storage API sample
Demonstrates how to use the Storage API (Instant Apps).

## Introduction
This sample app demonstrates how to use the Storage API.

It is relevant to devices running on Android versions
Expand Down