Hi there, I tried to open a link to a local folder fromthe synthing-fork
application and this is what happened.
Regards, Baelor
Exception
App Name: Amaze Dateimanager
Package: com.amaze.filemanager
Version: 3.7.2
User Action: UI Error
Request: Application crash
OS: Linux Android 12 - 32
Device: FP4
Model: FP4
Product: lineage_FP4
Crash log
java.lang.RuntimeException: Unable to start activity
ComponentInfo{com.amaze.filemanager/com.amaze.filemanager.ui.activities.MainActivity}:
java.lang.IllegalArgumentException: URI must start with content://. URI
was [file:///storage/emulated/0/Backups/Home%20Assistant]
at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3707)
at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3864)
at
android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
at
android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
at
android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2253)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:201)
at android.os.Looper.loop(Looper.java:288)
at android.app.ActivityThread.main(ActivityThread.java:7870)
at java.lang.reflect.Method.invoke(Native Method)
at
com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
Caused by: java.lang.IllegalArgumentException: URI must start with
content://. URI was [file:///storage/emulated/0/Backups/Home%20Assistant]
at
com.amaze.filemanager.filesystem.files.FileUtils.fromContentUri(FileUtils.java:1035)
at
com.amaze.filemanager.ui.activities.MainActivity.checkForExternalIntent(MainActivity.java:578)
at
com.amaze.filemanager.ui.activities.MainActivity.onCreate(MainActivity.java:371)
at android.app.Activity.performCreate(Activity.java:8057)
at android.app.Activity.performCreate(Activity.java:8037)
at
android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1345)
at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3688)
... 12 more
Issue explanation (write below this line)
Hi there, I tried to open a link to a local folder fromthe synthing-fork application and this is what happened. Regards, Baelor
Exception