Skip to content

Commit 405c4dc

Browse files
Update README.md
Updated the adb command from http to https to match what is already in the AndroidManifest.xml file
1 parent 867982e commit 405c4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-indexing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Getting Started
1414
- [Add Firebase to your Android Project](https://firebase.google.com/docs/android/setup).
1515
- Open the App Indexing project in Android Studio.
1616
- 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`
17+
`adb shell am start -a android.intent.action.VIEW -d "https://www.example.com/articles/test" com.google.samples.quickstart.app_indexing`
1818

1919
Result
2020
-----------

0 commit comments

Comments
 (0)