woheller69/freedroidwarn

FreeDroidWarn is a Java library that displays a deprecation warning dialog to Android users about upcoming developer verification requirements.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 19 minutes ago
Type:Library / SDKCategory(s):AndroidMobile & Desktop
Added to GitGenius on September 20th, 2026
Created on August 26th, 2025
Open Issues & Pull Requests: 12 (+0)
GitHub issues: Enabled
Number of forks: 132
Total Stargazers: 3,450 (+1)
Total Subscribers: 78 (+0)

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 10
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 162 days
Stale 30+ days: 9
Stale 90+ days: 6

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

FreeDroidWarn is a Java library that displays a deprecation warning dialog to Android users about upcoming developer verification requirements.

The library addresses the concern that Google will require developer verification for all Android apps on certified devices starting in 2026/2027, which developers may refuse to comply with for privacy or philosophical reasons. It provides a ready-made alert dialog that informs users the app will no longer function on certified Android devices after that deadline unless the developer submits personal identity details to Google. The dialog displays a standardized message explaining the situation and directs users to Keep Android Open for more information.

Developers who object to Google's identity verification requirement on principle—whether for personal privacy, developer safety in certain countries, or to preserve the ability for users to fork and modify open-source software—should consider integrating this library. It suits projects where maintainers want to transparently communicate their non-compliance stance to end users rather than silently ceasing to function. The README does not compare this library to alternatives but does document several workarounds users can employ, including installing custom Android distributions without Google Play Services, removing Google Play Services via ADB, or installing apps directly through ADB rather than the Play Store.

The project maintains a focused scope: providing a single, reusable dialog component rather than attempting to solve the underlying policy concern. Development activity shows consistent maintenance with regular updates addressing Android compatibility and library improvements, indicating the maintainer remains engaged with the evolving Android ecosystem and the practical implications of the verification requirement.