]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/java/com/stoutner/privacybrowser/activities/GuideActivity.java
Remove `Clear and Exit` and `Planned Features` from the Guide.
[PrivacyBrowserAndroid.git] / app / src / main / java / com / stoutner / privacybrowser / activities / GuideActivity.java
index c929757b3ed8f89b421033efa194a8e5d3daf7f3..70907fca308a84793de35c9874d63b4f89a5015e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016-2017 Soren Stoutner <soren@stoutner.com>.
+ * Copyright © 2016-2017 Soren Stoutner <soren@stoutner.com>.
  *
  * This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
  *
@@ -66,7 +66,7 @@ public class GuideActivity extends AppCompatActivity {
         @Override
         // Get the count of the number of tabs.
         public int getCount() {
-            return 9;
+            return 7;
         }
 
         @Override
@@ -94,12 +94,6 @@ public class GuideActivity extends AppCompatActivity {
                 case 6:
                     return getString(R.string.tracking_ids);
 
-                case 7:
-                    return getString(R.string.clear_and_exit);
-
-                case 8:
-                    return getString(R.string.planned_features);
-
                 default:
                     return "";
             }