You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: dynamiclinks/README.md
+10-9
Original file line number
Diff line number
Diff line change
@@ -12,24 +12,25 @@ Getting Started
12
12
-[Add Firebase to your Android Project](https://firebase.google.com/docs/android/setup).
13
13
- Follow the [quickstart guide](https://firebase.google.com/docs/android/setup) to set up your project.
14
14
- Configure the sample:
15
-
- Replace the `app_code` value in `strings.xml` with your personal app code. If you don't have an app code, email your Google contact to begin the process.
16
-
- Replace the `applicationId` in `app/build.gradle` with the package name that matches your app code.
15
+
- Replace the **app_code** value in `strings.xml` with your personal **app code**. If you don't have an **app code**, email your Google contact to begin the process.
16
+
- Replace the **applicationId** in `app/build.gradle` with the package name that matches your app code.
17
17
- Run the sample on your Android device or emulator.
18
18
- Using the sample:
19
-
- When the application is started a deep link is generated using your app code. Click **Share**
20
-
to share this deep link to another application (like Google Keep).
21
-
- When the application is started the app checks if it was launched from a deep link. If so,
22
-
the link data is displayed under the **Receive** heading. Try sharing the deep link from the
23
-
app and then using that link to re-launch the application.
19
+
- When the application is started, a deep link will be generated using your app code.
20
+
- Click **Share**
21
+
to share this deep link to another application.
22
+
- The application checks if it was launched from a deep link. If so, the link data will be displayed under the **Receive** heading.
23
+
- Try sharing the deep link from the application and use that deep link to re-launch the application.
0 commit comments