From e9366b9602a320c46124afa5ab2c35ea5e86f953 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Sun, 16 Aug 2026 21:27:50 -0500 Subject: [PATCH 1/2] Document MBMS download request metadata Refs #245 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .../xml/Android.Telephony.Mbms/DownloadRequest.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/xml/Android.Telephony.Mbms/DownloadRequest.xml b/docs/xml/Android.Telephony.Mbms/DownloadRequest.xml index e4b0e0291..66d695cd4 100644 --- a/docs/xml/Android.Telephony.Mbms/DownloadRequest.xml +++ b/docs/xml/Android.Telephony.Mbms/DownloadRequest.xml @@ -143,7 +143,7 @@ Android.Net.Uri - To be added. + The destination Uri of the downloaded file. The destination Uri of the downloaded file. @@ -183,7 +183,7 @@ System.String - To be added. + The ID of the file service to download from. The ID of the file service to download from. @@ -261,7 +261,8 @@ Maximum permissible length for the app's destination path, when serialized via Uri#toString(). - To be added. + Maximum permissible length for the app's destination path, when serialized via + Uri#toString(). Maximum permissible length for the app's destination path, when serialized via Uri#toString(). @@ -304,7 +305,8 @@ Maximum permissible length for the app's download-completion intent, when serialized via Intent#toUri(int). - To be added. + Maximum permissible length for the app's download-completion intent, when serialized via + Intent#toUri(int). Maximum permissible length for the app's download-completion intent, when serialized via Intent#toUri(int). @@ -345,7 +347,7 @@ Android.Net.Uri - To be added. + The source URI to download from. The source URI to download from @@ -385,7 +387,7 @@ System.Int32 - To be added. + The subscription ID on which to perform MBMS operations. The subscription ID on which to perform MBMS operations. From 47160d51c410e24ba6f7491704e9c36c03394537 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Sun, 16 Aug 2026 21:38:44 -0500 Subject: [PATCH 2/2] Correct MBMS request size limits Refs #245 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- .../DownloadRequest.xml | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/xml/Android.Telephony.Mbms/DownloadRequest.xml b/docs/xml/Android.Telephony.Mbms/DownloadRequest.xml index 66d695cd4..5aad01e0f 100644 --- a/docs/xml/Android.Telephony.Mbms/DownloadRequest.xml +++ b/docs/xml/Android.Telephony.Mbms/DownloadRequest.xml @@ -259,13 +259,13 @@ System.Int32 - Maximum permissible length for the app's destination path, when serialized via - Uri#toString(). - Maximum permissible length for the app's destination path, when serialized via - Uri#toString(). + Maximum permissible length for the app's download-completion intent, when serialized via + Intent#toUri(int). + Maximum permissible length for the app's download-completion intent, when serialized via + Intent#toUri(int). - Maximum permissible length for the app's destination path, when serialized via - Uri#toString(). + Maximum permissible length for the app's download-completion intent, when serialized via + Intent#toUri(int). Java documentation for android.telephony.mbms.DownloadRequest.getMaxAppIntentSize(). @@ -303,13 +303,13 @@ System.Int32 - Maximum permissible length for the app's download-completion intent, when serialized via - Intent#toUri(int). - Maximum permissible length for the app's download-completion intent, when serialized via - Intent#toUri(int). + Maximum permissible length for the app's destination path, when serialized via + Uri#toString(). + Maximum permissible length for the app's destination path, when serialized via + Uri#toString(). - Maximum permissible length for the app's download-completion intent, when serialized via - Intent#toUri(int). + Maximum permissible length for the app's destination path, when serialized via + Uri#toString(). Java documentation for android.telephony.mbms.DownloadRequest.getMaxDestinationUriSize(). @@ -347,8 +347,8 @@ Android.Net.Uri - The source URI to download from. - The source URI to download from + The source Uri to download from. + The source Uri to download from.