Skip to content

Commit 384fefe

Browse files
committed
Add Callout, Update Readme
Add readme-callout page for markdown warning banner
1 parent 9c854ae commit 384fefe

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "Add a Warning to Your README"
3+
description: "A simple markdown callout to warn users that your app may be affected by Android's 2026 installation restrictions."
4+
lang: en
5+
---
6+
7+
If your app can be installed outside the Google Play Store, it may stop working on Android in 2026 due to Google's upcoming installation restrictions. You can help raise awareness by adding the following callout to your README.
8+
9+
## Callout
10+
```markdown
11+
> [!IMPORTANT]
12+
> **Android application installation restrictions are coming September 2026.**
13+
> This app may be affected by upcoming changes to Android that limit how applications can be installed outside the Play Store. Visit [keepandroidopen.org](https://keepandroidopen.org) to learn more and take action.
14+
```
15+
16+
This renders as a highlighted callout on GitHub, GitLab, and most other platforms that support the `[!IMPORTANT]` syntax. On platforms that don't, it falls back gracefully to a plain blockquote.
17+
18+
## If your project also has a website
19+
20+
You can embed a live countdown banner instead — see [Add the Countdown Banner to Your Site](/banner).

0 commit comments

Comments
 (0)