Skip to content

Commit 693a34b

Browse files
authored
Add warning callout for Android 2026 restrictions
Added a warning callout to inform users about upcoming Android installation restrictions in 2026.
1 parent da1b723 commit 693a34b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/content/pages/banner.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,19 @@ Minimal size without animations.
6464
## Source
6565

6666
The source for the banner can be found at [https://github.com/keepandroidopen/keepandroidopen.github.io/blob/main/public/banner.js](https://github.com/keepandroidopen/keepandroidopen.github.io/blob/main/public/banner.js). Suggestions for improvement are welcome!
67+
68+
---
69+
title: "Add a Warning to Your README"
70+
description: "A simple markdown callout to warn users that your app may be affected by Android's 2026 installation restrictions."
71+
lang: en
72+
---
73+
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.
74+
## Callout
75+
```markdown
76+
> [!IMPORTANT]
77+
> **Android application installation restrictions are coming in 2026.**
78+
> 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.
79+
```
80+
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.
81+
## If your project also has a website
82+
You can embed a live countdown banner instead — see [Add the Countdown Banner to Your Site](/banner).

0 commit comments

Comments
 (0)