swiftp
swiftp copied to clipboard
correct usage of Intent and actions in ftp server
Hi, I'm trying to invoke FTP server from within an app. as I do my first steps I have some trouble. Looking at the manifest files I was not able to decide how to invoke swiftp server into an active state and of course to stop it once the process has ended.
Br G
I'm thinking you're talking about this: https://github.com/ppareit/swiftp/blob/6bb7a94739e24b7d0ae1d115cb27c84002d8c5b3/app/src/main/AndroidManifest.xml#L109
You may have to use an app that can send com.twofortyfouram.locale.intent.action.FIRE_SETTING and to send that from the other app is an issue to be determined there.