benlau / androidnative.pri

Calling Android functions from Qt without using JNI
Apache License 2.0
103 stars 15 forks source link

make attaching of remote resources more robust in Sharing feature #11

Closed rmallah closed 6 years ago

rmallah commented 6 years ago
(1) In case the url contains elements that has encoded path
  separators , the filename extracted from url may contain
  embedded fileseparator charactor. A safer approach is to
  decode the input urlString and then determine the last
  element in the path for using as filename.