X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=blobdiff_plain;f=app%2Fsrc%2Fstandard%2Fjava%2Fcom%2Fstoutner%2Fprivacybrowser%2Fhelpers%2FAdHelper.java;fp=app%2Fsrc%2Fstandard%2Fjava%2Fcom%2Fstoutner%2Fprivacybrowser%2Fhelpers%2FAdHelper.java;h=0000000000000000000000000000000000000000;hp=d60bf091dab17811e80a254a90851acab456c9d7;hb=568ac6354411aa26c42077d2b80f8770f6e64695;hpb=1650cd6eff9ef807a84263328cb73e755250e3af diff --git a/app/src/standard/java/com/stoutner/privacybrowser/helpers/AdHelper.java b/app/src/standard/java/com/stoutner/privacybrowser/helpers/AdHelper.java deleted file mode 100644 index d60bf091..00000000 --- a/app/src/standard/java/com/stoutner/privacybrowser/helpers/AdHelper.java +++ /dev/null @@ -1,48 +0,0 @@ -/* - * Copyright © 2016-2018,2020 Soren Stoutner . - * - * This file is part of Privacy Browser . - * - * Privacy Browser is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * Privacy Browser is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Privacy Browser. If not, see . - */ - -package com.stoutner.privacybrowser.helpers; -import android.app.Activity; -import android.content.Context; -import android.view.View; - -import androidx.fragment.app.FragmentManager; - -@SuppressWarnings("unused") -public class AdHelper { - public static void initializeAds(View view, Context applicationContext, Activity activity, FragmentManager fragmentManager, String adUnitId) { - // Do nothing because this is the standard flavor. - } - - public static void loadAd(View view, Context applicationContext, Activity activity, String adUnitId) { - // Do nothing because this is the standard flavor. - } - - public static void hideAd(View view) { - // Do nothing because this is the standard flavor. - } - - public static void pauseAd(View view) { - // Do nothing because this is the standard flavor. - } - - public static void resumeAd(View view) { - // Do nothing because this is the standard flavor. - } -} \ No newline at end of file