Skip to content

Commit a93c4a5

Browse files
authored
Add warning callout to README for Android restrictions
Added a markdown callout to warn users about Android's 2026 installation restrictions.
1 parent 6cb8d9b commit a93c4a5

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/content/pages/readmecallout

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 in 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)