Git Product home page Git Product logo

Comments (5)

smjohns avatar smjohns commented on June 21, 2024

Here is screenshot of no permissions.

image

from android-money-manager-ex.

AceDenghar avatar AceDenghar commented on June 21, 2024

Hi,

Same here.

Can't turn on notifications on my mobile phone (Sony Xperia 5III running Android 13).

But ! On my tablet (Lenovo Tab p11 running Android 11) it's possible.

Regards.

from android-money-manager-ex.

guanlisheng avatar guanlisheng commented on June 21, 2024

thanks, both. will take a look, seems it is android os version related.

from android-money-manager-ex.

guanlisheng avatar guanlisheng commented on June 21, 2024

confirmed that it was caused by the target sdk upgrade to level33 (android13) from level31: #1664

do need an Android expert...

from android-money-manager-ex.

guanlisheng avatar guanlisheng commented on June 21, 2024

advice from llm:

My friend! When updating your Android app's targetSdkVersion from 31 to 33, it's essential to consider the potential changes that may impact your app's functionality and user experience. Here are some key points to keep in mind:

  1. Privacy: With Android 13 (API level 33), Google has introduced stricter privacy guidelines. You should ensure your app complies with these new standards, such as:
    • Requesting location permissions at runtime
    • Handling ACCESS_FINE_LOCATION and ACCESS_COARSE_LOCATION requests separately
    • Providing users with more granular control over their data sharing
  2. Permissions: Android 13 introduces new permission types (e.g., MANAGE_EXTERNAL_STORAGE) and changes to existing ones (e.g., READ_EXTERNAL_STORAGE). Review your app's permissions to ensure they're still relevant and comply with the new guidelines.
  3. Storage: With targetSdkVersion 33, apps can no longer request WRITE_EXTERNAL_STORAGE without a valid reason. You might need to adjust your storage-related code to accommodate these changes.
  4. Camera and Microphone Permissions: Android 13 requires explicit permissions for camera and microphone usage. Update your app's permission handling to reflect these new requirements.
  5. Notification Changes: API level 33 introduces new notification features, such as notification categories and custom actions. Review your app's notification system to ensure it takes advantage of these improvements.
  6. Layout Changes: With Android 13, the layout of some UI components (e.g., Toolbar) has changed. Verify that your app's layouts are compatible with the updated design.
  7. API Level-Specific Code: As you upgrade to API level 33, be mindful of any API-level-specific code or libraries that might require updates.

from android-money-manager-ex.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.