mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 02:35:19 +08:00
From now on - TERMUX_ACTIVITY.ACTION_REQUEST_PERMISSIONS should be used for requesting storage permissions. - TERMUX_ACTIVITY.ACTION_RELOAD_STYLE should be used for reloading styling. - TERMUX_ACTIVITY.EXTRA_RELOAD_STYLE which was previously used for requesting storage permissions if its value equaled "storage" has been deprecated. If more actions need to be supported in future, add them to TermuxActivity.registerTermuxActivityBroadcastReceiver() IntentFilter.