nearby-sharing / android

Share files between android and PC via the Windows 10 / 11 built-in sharing functionality (Project Rome)
https://nearshare.shortdev.de
GNU General Public License v3.0
646 stars 33 forks source link

Choose receive target folder #119

Open ShortDevelopment opened 7 months ago

ShortDevelopment commented 7 months ago
  1. Add a new setting to https://github.com/nearby-sharing/android/blob/92ef4de0d21974266c359155991c8b3b82bd16e8/src/Resources/xml/preferences_cdp.xml#L2 https://github.com/nearby-sharing/android/blob/92ef4de0d21974266c359155991c8b3b82bd16e8/src/Settings/SettingsActivity.cs#L112

  2. Use the choosen path in FileUtils.CreateMediaStoreStream https://github.com/nearby-sharing/android/blob/92ef4de0d21974266c359155991c8b3b82bd16e8/src/FileUtils.cs#L25