geode-sdk / android-launcher

Launches an unmodified Geometry Dash with modifications
Boost Software License 1.0
48 stars 20 forks source link

Add support for requesting permissions from native code #12

Closed dankmeme01 closed 10 months ago

dankmeme01 commented 10 months ago

This adds the methods requestPermission and getPermissionStatus, allowing mods (or Geode itself) to know if a certain permission is granted to the app, or request it to be if it isn't.