diff --git a/xamarin-android-toc.html b/xamarin-android-toc.html
index c788ac04..88f4a655 100644
--- a/xamarin-android-toc.html
+++ b/xamarin-android-toc.html
@@ -26,6 +26,7 @@
Licensing Errors
Licensing FAQ
+ - Is an internet connection required for Syncfusion Essential Studio license validation?
- How to upgrade from Trial version after purchasing a license?
- Where can I get a license key?
- Registering Syncfusion account for direct NuGet.org user
diff --git a/xamarin-android/Licensing/licensing-faq/Is-an-internet-connection-required-for-Syncfusion-Essential-Studio-license-validation.md b/xamarin-android/Licensing/licensing-faq/Is-an-internet-connection-required-for-Syncfusion-Essential-Studio-license-validation.md
new file mode 100644
index 00000000..62b1294b
--- /dev/null
+++ b/xamarin-android/Licensing/licensing-faq/Is-an-internet-connection-required-for-Syncfusion-Essential-Studio-license-validation.md
@@ -0,0 +1,14 @@
+---
+layout: post
+title: Licensing FAQ – Net need for ES license validation | Syncfusion
+description: Learn here some information about whether syncfusion Essential Studio license validation needs internet conncetion.
+platform: xamarin.android
+control: Essential Studio
+documentation: ug
+---
+
+# Is the internet required for Essential Studio license validation?
+
+* Syncfusion license validation is done offline during application execution and does not require internet access.
+
+* Apps registered with a Syncfusion license key can be deployed on any system that does not have an internet connection.
\ No newline at end of file
diff --git a/xamarin-android/Licensing/registering-license-keys.md b/xamarin-android/Licensing/registering-license-keys.md
index 84ee0a63..7521c3bc 100644
--- a/xamarin-android/Licensing/registering-license-keys.md
+++ b/xamarin-android/Licensing/registering-license-keys.md
@@ -18,7 +18,8 @@ Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY
{% endhighlight %}
{% endtabs %}
-N> Place the license key between double quotes. Also, ensure that Syncfusion.Licensing.dll is referenced in your project where the license key is being registered.
+N> * Place the license key between double quotes. Also, ensure that Syncfusion.Licensing.dll is referenced in your project where the license key is being registered.
+* Syncfusion license validation is done offline during application execution and does not require internet access. Apps registered with a Syncfusion license key can be deployed on any system that does not have an internet connection.
### Xamarin.Android