• 0 Posts
  • 2 Comments
Joined 1Y ago
cake
Cake day: Jun 20, 2023

help-circle
rss

and even today, by using an old Android API iirc

Nope, the required API to have your app in the Playstore constantly rises, and if you don’t comply you get kicked. The current API version is something around 26, and definitely has the permissions model integrated.


Well how do you want to use said get function?

let x = config.get("key").await;

So what type should x have?