CSharpShellApp
CSharpShellApp copied to clipboard
Access Assets Inside Of The APK
For example what if i have a file called text.txt inside the folder called "assets" in the APK's root folder and i would want it's contents being printed out at the start of the App? (Xamarin.Forms)
@PeterKaa1 Old Xamarin.Essentials FileSystem.OpenAppPackageFileAsync will open an asset. This will only work for independently installed apps.
A
Start
None yet