diff --git a/sharing/android/example/README.md b/sharing/android/example/README.md
index 288d91c5..38c1edd6 100644
--- a/sharing/android/example/README.md
+++ b/sharing/android/example/README.md
@@ -13,3 +13,8 @@ $ ./gradlew build
MainViewModel - contains the business logic for processing and binding to the slice, as well as the lifecycle of the slice.
MainActivity - hosts the `MainView` composable and provides the intent to fill in the slice's PendingIntent action with, providing the data to send via Nearby Share.
+
+## Screenshots
+
+
+
diff --git a/sharing/android/example/screenshots/consent.png b/sharing/android/example/screenshots/consent.png
new file mode 100644
index 00000000..37ea82fb
Binary files /dev/null and b/sharing/android/example/screenshots/consent.png differ
diff --git a/sharing/android/example/screenshots/devices.png b/sharing/android/example/screenshots/devices.png
new file mode 100644
index 00000000..2f9b3c73
Binary files /dev/null and b/sharing/android/example/screenshots/devices.png differ
diff --git a/sharing/android/example/screenshots/no_devices.png b/sharing/android/example/screenshots/no_devices.png
new file mode 100644
index 00000000..254217b2
Binary files /dev/null and b/sharing/android/example/screenshots/no_devices.png differ