api30

  1. swChef

    Android Example Custom Intent Provider Requester Services, updated for Android 11 (API 30)

    Not long ago Don provided example Provider Requester Activity based communication via Intents. Although that Activity version had some hints in it for Service based version, it took several additional steps to get it working (Service Intent must be explicit, which may reflect more on my...
  2. Andris

    Android Question How should "/Download" folder be handled in API 30?

    In a previous thread I ended up solving a File.ListFiles problem under API 29 by adding SetApplicationAttribute(android:requestLegacyExternalStorage, true) to my manifest editor. Erel's recommendation, as stated in...
Top