Skip to content

Latest commit

 

History

History
314 lines (251 loc) · 23.2 KB

File metadata and controls

314 lines (251 loc) · 23.2 KB
layout page
title Keep Android Open
permalink /
description Advocating for Android as a free, open platform for everyone to build apps on.

Keep Android Open

In August 2025, Google announced that starting next year, it will no longer be possible to develop apps for the Android platform without first registering centrally with Google. This registration will involve:

Paying a fee to Google

Agreeing to Google's Terms and Conditions

Providing government identification

Uploading evidence of the developer's private signing key

Listing all current and future application identifiers

What this means for your rights

➤ You, the consumer, purchased your Android device believing in Google’s promise that it was an open computing platform and that you could run whatever software you choose on it. Instead, starting next year, they will be non-consensually pushing an update to your operating system that irrevocably blocks this right and leaves you at the mercy of their judgement over what software you are permitted to trust.

➤ You, the creator, can no longer develop an app and share it directly with your friends, family, and community without first seeking Google’s approval. The promise of Android — and a marketing advantage it has used to distinguish itself against the iPhone — has always been that it is “open”. But Google clearly feels that they have enough of a lock on the Android ecosystem, along with sufficient regulatory capture, that they can now jettison this principle with prejudice and impunity.

➤ You, the state, are ceding the rights of your citizens and your own digital sovereignty to a company with a track record of complying with the extrajudicial demands of authoritarian regimes to remove perfectly legal apps that they happen to dislike. The software that is critical to the running of your businesses and governments will be at the mercy of the opaque whims of a distant and unaccountable corporation.

How you can help

Contact national regulators

When contacting regulators directly, you should be polite and specific about the harm you believe these policies will cause, both to consumers and to competition. Complaints are especially impactful when they are authored by a citizen of that country or region, and when the language of the email is written in one of the official languages of the region's governing body.

European Union

United States

United Kingdom

Brazil

Singapore

Thailand

Indonesia

Australia

Japan

South Korea

India

Canada

Taiwan

Turkey

Argentina

Mexico

Sign the Open Letter

Other

References

Overview

Editorials and Blogs

Press Reactions

Video Responses

Discussions

Official Documentation

Miscellaneous

<div style="
    display: flex;
    flex-wrap: wrap; /* Allows sections to stack on smaller screens */
    justify-content: space-between; /* Spreads out the content */
    max-width: 1200px; /* Max width for content centering */
    margin: 0 auto;
">

    <div style="
        flex: 1;
        min-width: 200px;
        margin-bottom: 20px;
    ">
        <h4 style="
            margin-top: 0;
            margin-bottom: 10px;
            font-size: 16px;
        ">
            Contact
        </h4>
        <ul style="
            list-style: none;
            padding: 0;
            margin: 0;
        ">
            <li style="margin-bottom: 5px;">Email: <a href="mailto:info@keepandroidopen.org" style="text-decoration: none;">info@keepandroidopen.org</a></li>
        </ul>
    </div>

    <div style="
        flex: 2; /* Takes up more space for text */
        min-width: 300px;
        margin-bottom: 20px;
    ">
        <p style="
            margin-top: 0;
            margin-bottom: 10px;
            padding: 5px;
        ">
            <strong>Privacy Statement:</strong> We value your privacy. This site uses no cookies and performs no user tracking.
        </p>

        <p style="margin: 0;">
            <strong>Disclaimer:</strong> This website is an independent, noncommercial undertaking. It is operated solely for informational and educational purposes.
        </p>
    </div>

    <div style="
        flex: 1;
        min-width: 200px; /* Ensures space on smaller screens */
        margin-bottom: 20px;
    ">
        <h3 style="
            margin-top: 0;
            margin-bottom: 10px;
            font-size: 20px;
        ">
            <img alt="Altered Deal Logo" src="altered-deal.png" width="150px" />
        </h3>
    </div>

</div>
<style> DISABLEDbody::before { content: ''; position: fixed; /* Makes the background stay put while content scrolls */ top: 15%; left: 15%; width: 70%; height: 70%; z-index: -1; /* Puts the background behind all other content */ background-image: url('altered-deal.png'); background-size: min(70vw, 70vh); background-position: center; background-repeat: no-repeat; background-blend-mode: luminosity, overlay; /*filter: grayscale(100%);*/ /*filter: saturate(0);*/ filter: opacity(10%) grayscale(100%); } h1 { text-align: center; /* Text and Font Styling */ font-family: 'Georgia', 'Times New Roman', serif; /* Use an elegant serif font */ font-size: 3em; /* Large, noticeable size */ font-weight: 700; /* Bold */ color: #333333; /* Dark, but not harsh black */ text-transform: capitalize; /* Optional: Capitalize the first letter of each word */ letter-spacing: 2px; /* Subtle spacing for readability */ /* Background and Appearance */ display: inline-block; /* Essential to wrap the background around the text only */ padding: 10px 20px; /* Internal spacing around the text */ margin: 30px 0; /* Vertical space for separation */ border-radius: 8px; /* Slightly rounded corners */ /* Soft Gradient Background - The main eye-catcher */ background: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%); border: 1px solid #cccccc; /* Subtle border for definition */ /* Subtle Box Shadow - Adds depth without being heavy */ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Text Shadow - Makes the text pop slightly */ text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.8); } html, body: { font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; } </style>