]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/AndroidManifest.xml
Remove the "Go" button.
[PrivacyBrowserAndroid.git] / app / src / main / AndroidManifest.xml
index fb445db0eff6810176bacee8c40e495bb5086676..02deefaca231af5a89399aba8921b25447181bb5 100644 (file)
@@ -11,8 +11,8 @@
         android:label="@string/privacy_browser"
         android:theme="@style/AppTheme" >
 
-        // configChanges orientation and screenSize makes the app not reload when the orientation changes.
-        // windowSoftInputMode stateAlwaysHidden hides the keyboard when the app starts.
+        <!-- configChanges orientation and screenSize makes the app not reload when the orientation changes. -->
+        <!-- windowSoftInputMode stateAlwaysHidden hides the keyboard when the app starts. -->
         <activity
             android:name=".Webview"
             android:configChanges="orientation|screenSize"
@@ -23,7 +23,7 @@
                 <category android:name="android.intent.category.LAUNCHER" />
             </intent-filter>
 
-            // android.intent.action.VIEW with the schemes enables processing of web intents.
+            <!-- android.intent.action.VIEW with the schemes enables processing of web intents. -->
             <intent-filter>
                 <action android:name="android.intent.action.VIEW" />
                 <category android:name="android.intent.category.BROWSABLE" />