Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend Android Support to Android 12+ (up to Android 15) #1193

Open
nitinprajwal opened this issue Dec 28, 2024 · 1 comment
Open

Extend Android Support to Android 12+ (up to Android 15) #1193

nitinprajwal opened this issue Dec 28, 2024 · 1 comment

Comments

@nitinprajwal
Copy link

Description:
Currently, the project only supports Android 12. We need to extend the compatibility to support newer Android versions (Android 12+ up to Android 15) to ensure the app remains functional on the latest devices and can take advantage of newer platform features.

Current Behavior:

  • Project only supports Android 12
  • May have compatibility issues with Android 13, 14, 15.

Requested Behavior:

  • Full support for Android versions 12 through 15
  • Implement necessary API changes and adaptations
  • Maintain backward compatibility
  • Handle new permission models and system changes

Benefits:

  1. Broader device compatibility
  2. Access to newer Android features and improvements
  3. Better user experience for those on newer Android versions
  4. Future-proofing the application

Technical Considerations:

  • Update targetSdkVersion
  • Implement new permission requirements
  • Handle API deprecations
  • Address behavioral changes in newer Android versions
  • Test compatibility across different Android versions

Priority: High

@didiaodanding
Copy link

didiaodanding commented Dec 28, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants