[auth] Add Android Quick Settings tile to launch the app #7831
+49
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Users can now add a Quick Settings tile to quickly launch the app. This provides a convenient shortcut to access 2FA codes without searching for the app on the home screen or app drawer.
Changes:
Description
This PR introduces a Quick Settings tile on Android to launch the Ente Auth app.
The following changes have been made:
Related discussion #1026
Tests
Physical Device and emulator on Android 16 (SDK 36)
Result: The tile is correctly displayed and launches the app successfully.
Emulator: Android 5.0 (SDK 21)
Result: This test was performed to ensure backward compatibility on Android versions below API 24 (which do not support Quick Settings tiles). The app runs without any crashes or issues. The new code is correctly bypassed on older versions.
demo.mp4