summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrettyWhite <geekman3454@protonmail.com>2017-07-14 12:59:34 -0400
committerBrettyWhite <geekman3454@protonmail.com>2017-07-14 12:59:34 -0400
commitdd359f4703ba61021f6a319b2f9a7dbab8affaf2 (patch)
tree702546e6a2912332c66cca32839aa1d79ba0edf5
parentb949434e9129e28036c25bb27d4708b55a225d56 (diff)
downloadsdl_android-dd359f4703ba61021f6a319b2f9a7dbab8affaf2.tar.gz
added documentation notebugfix/add_filename_note
-rw-r--r--sdl_android/src/main/java/com/smartdevicelink/proxy/rpc/PutFile.java2
-rw-r--r--sdl_android/src/main/java/com/smartdevicelink/proxy/rpc/SetAppIcon.java2
2 files changed, 2 insertions, 2 deletions
diff --git a/sdl_android/src/main/java/com/smartdevicelink/proxy/rpc/PutFile.java b/sdl_android/src/main/java/com/smartdevicelink/proxy/rpc/PutFile.java
index 9fa04c154..a0be90fbd 100644
--- a/sdl_android/src/main/java/com/smartdevicelink/proxy/rpc/PutFile.java
+++ b/sdl_android/src/main/java/com/smartdevicelink/proxy/rpc/PutFile.java
@@ -143,7 +143,7 @@ public class PutFile extends RPCRequest {
* @param sdlFileName
* a String value representing a file reference name
* <p></p>
- * <b>Notes: </b>Maxlength=500
+ * <b>Notes: </b>Maxlength=500, however the max file name length may vary based on remote filesystem limitations
*/
public void setSdlFileName(String sdlFileName) {
setParameters(KEY_SDL_FILE_NAME, sdlFileName);
diff --git a/sdl_android/src/main/java/com/smartdevicelink/proxy/rpc/SetAppIcon.java b/sdl_android/src/main/java/com/smartdevicelink/proxy/rpc/SetAppIcon.java
index 30496f159..2063303d9 100644
--- a/sdl_android/src/main/java/com/smartdevicelink/proxy/rpc/SetAppIcon.java
+++ b/sdl_android/src/main/java/com/smartdevicelink/proxy/rpc/SetAppIcon.java
@@ -71,7 +71,7 @@ public class SetAppIcon extends RPCRequest {
* @param sdlFileName
* a String value representing a file reference name
* <p></p>
- * <b>Notes: </b>Maxlength=500
+ * <b>Notes: </b>Maxlength=500, however the max file name length may vary based on remote filesystem limitations
*/
public void setSdlFileName(String sdlFileName) {
setParameters(KEY_SDL_FILE_NAME, sdlFileName);