Fix "Bookmarks" as initial folder when adding bookmarks

Change-Id: I64e608391d1431ec04625bc578ce2921167f8c41
diff --git a/src/com/android/browser/AddBookmarkPage.java b/src/com/android/browser/AddBookmarkPage.java
index ef462bc..a73625d 100644
--- a/src/com/android/browser/AddBookmarkPage.java
+++ b/src/com/android/browser/AddBookmarkPage.java
@@ -758,7 +758,7 @@
         mAccountSpinner = (Spinner) findViewById(R.id.accounts);
         mAccountSpinner.setAdapter(mAccountAdapter);
         mAccountSpinner.setOnItemSelectedListener(this);
-
+        mFolder.setSelectionIgnoringSelectionChange(1); // Select Bookmarks by default
 
         mFakeTitleHolder = findViewById(R.id.title_holder);