<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -61,10 +61,11 @@ public class DroidGap extends Activity {
         
         /* This changes the setWebChromeClient to log alerts to LogCat!  Important for Javascript Debugging */
         
-        appView.setWebChromeClient(new GapClient(this));
+        appView.setWebChromeClient(new GapClient(this));        
         appView.getSettings().setJavaScriptEnabled(true);
-        appView.getSettings().setJavaScriptCanOpenWindowsAutomatically(true);        
-                
+        appView.getSettings().setJavaScriptCanOpenWindowsAutomatically(true);                        
+
+        
         /* Bind the appView object to the gap class methods */
         bindBrowser(appView);
         
@@ -131,6 +132,8 @@ public class DroidGap extends Activity {
             result.confirm();
             return true;
         }
+    	
+
     }
     
     	    	</diff>
      <filename>android/src/com/phonegap/demo/DroidGap.java</filename>
    </modified>
    <modified>
      <diff>@@ -26,6 +26,7 @@ import java.util.TimeZone;
 
 import android.content.Context;
 import android.content.IntentFilter;
+import android.hardware.SensorManager;
 import android.net.Uri;
 import android.os.Vibrator;
 import android.telephony.TelephonyManager;
@@ -83,8 +84,7 @@ public class PhoneGap{
 	}
 	
 	public String getUuid()
-	{
-
+	{		
 		TelephonyManager operator = (TelephonyManager) mCtx.getSystemService(Context.TELEPHONY_SERVICE);
 		String uuid = operator.getDeviceId();
 		return uuid;</diff>
      <filename>android/src/com/phonegap/demo/PhoneGap.java</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0045ebe983d22e106c5b425408beb68021319ba8</id>
    </parent>
  </parents>
  <author>
    <name>Joe Bowser</name>
    <email>bowserj@volti.(none)</email>
  </author>
  <url>http://github.com/sintaxi/phonegap/commit/f54f07a58507ffcfe237a66542c339629a86a6aa</url>
  <id>f54f07a58507ffcfe237a66542c339629a86a6aa</id>
  <committed-date>2009-11-02T10:06:23-08:00</committed-date>
  <authored-date>2009-11-02T10:06:23-08:00</authored-date>
  <message>Very minor changes to the core classes</message>
  <tree>cdec4e6608816a2a4b4d266894b8638884711f4c</tree>
  <committer>
    <name>Joe Bowser</name>
    <email>bowserj@volti.(none)</email>
  </committer>
</commit>
