Remove Login From Android APK

Заказчик: AI | Опубликовано: 16.03.2026

I need the current login screen taken out of my Android application so it launches straight into the normal content without asking for credentials. After the change every section that was previously locked behind the sign-in flow must be available immediately; no feature should remain restricted. You will either work from the existing source project (if you prefer) or safely de-compile the released APK, refactor the authentication logic, clean up any token checks, and rebuild a stable release. The final build must run on recent Android versions without crashes or dead ends where the old login once sat. Deliverables • Updated Android Studio project (or equivalent reconstructed code) with the login activity and related classes removed or bypassed • Release-ready APK and a debug build for quick testing • Short note outlining the exact files touched so I can track the change set Acceptance criteria • App opens directly to its main content screen, no credential prompts • All previously gated features work as they did after a successful login • No new warnings or crashes in logcat during normal use on Android 8.0 and above Proficiency with Java/Kotlin, Android Studio, Gradle and, if needed, apktool or similar de-compilation tools is essential to finish this quickly and cleanly.