Changes

No change in size ,  00:52, 14 December 2023
m
Changed "Uniform Resource Identifier" link from czeck to english
Line 26: Line 26:     
== Data (optional) ==
 
== Data (optional) ==
The Data parameter in an intent allows you to specify additional information or data to be passed along with the intent. It can be used to provide context or instructions to the target activity, broadcast receiver, or service. The data can be passed in form of an URI ([https://cs.wikipedia.org/wiki/Uniform_Resource_Identifier Uniform Resource Identifier]) which is just a string at its base. The URI can represent various types of data, such as a website URL, a file path, or a specific content URI. For example if you would want to open website https://example.com/ you would simply use <code>https://example.com/</code> as a data parameter.
+
The Data parameter in an intent allows you to specify additional information or data to be passed along with the intent. It can be used to provide context or instructions to the target activity, broadcast receiver, or service. The data can be passed in form of an URI ([https://en.wikipedia.org/wiki/Uniform_Resource_Identifier Uniform Resource Identifier]) which is just a string at its base. The URI can represent various types of data, such as a website URL, a file path, or a specific content URI. For example if you would want to open website https://example.com/ you would simply use <code>https://example.com/</code> as a data parameter.
    
= Input parameter values =
 
= Input parameter values =
editors
120

edits