I am developing an app that I want to be as small as possible.
Using the GetSafeDirDefaultExternal location is perfect for my needs, but adding the RuntimesPermission lib (that provides this property) adds 500k to my app size.
Is there some other way to get this value without requiring the RuntimePermissions lib to be added to the project?
Using the GetSafeDirDefaultExternal location is perfect for my needs, but adding the RuntimesPermission lib (that provides this property) adds 500k to my app size.
Is there some other way to get this value without requiring the RuntimePermissions lib to be added to the project?
Last edited: