We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867982e commit 405c4dcCopy full SHA for 405c4dc
app-indexing/README.md
@@ -14,7 +14,7 @@ Getting Started
14
- [Add Firebase to your Android Project](https://firebase.google.com/docs/android/setup).
15
- Open the App Indexing project in Android Studio.
16
- Run the sample on your Android device or emulator by issuing the following command using **adb** tool:
17
-`adb shell am start -a android.intent.action.VIEW -d "http://www.example.com/articles/test" com.google.samples.quickstart.app_indexing`
+`adb shell am start -a android.intent.action.VIEW -d "https://www.example.com/articles/test" com.google.samples.quickstart.app_indexing`
18
19
Result
20
-----------
0 commit comments