[CB-1480] fixed network status on app resume
diff --git a/templates/standalone/Plugins/NetworkStatus.cs b/templates/standalone/Plugins/NetworkStatus.cs
index c74882e..12eb061 100644
--- a/templates/standalone/Plugins/NetworkStatus.cs
+++ b/templates/standalone/Plugins/NetworkStatus.cs
@@ -50,6 +50,11 @@
             DeviceNetworkInformation.NetworkAvailabilityChanged += new EventHandler<NetworkNotificationEventArgs>(ChangeDetected);
         }
 
+        public override void OnResume(object sender, Microsoft.Phone.Shell.ActivatedEventArgs e)
+        {
+            this.getConnectionInfo("");
+        }
+
         public void getConnectionInfo(string empty)
         {
             HasCallback = true;