diff --git a/common/src/main/java/com/liskovsoft/smartyoutubetv2/common/app/presenters/SplashPresenter.java b/common/src/main/java/com/liskovsoft/smartyoutubetv2/common/app/presenters/SplashPresenter.java index 4d2ef9aef..6c7a83659 100644 --- a/common/src/main/java/com/liskovsoft/smartyoutubetv2/common/app/presenters/SplashPresenter.java +++ b/common/src/main/java/com/liskovsoft/smartyoutubetv2/common/app/presenters/SplashPresenter.java @@ -27,6 +27,7 @@ import com.liskovsoft.smartyoutubetv2.common.prefs.AccountsData; import com.liskovsoft.smartyoutubetv2.common.prefs.GeneralData; import com.liskovsoft.smartyoutubetv2.common.prefs.PlayerTweaksData; import com.liskovsoft.smartyoutubetv2.common.proxy.ProxyManager; +import com.liskovsoft.smartyoutubetv2.common.utils.CustomInit; import com.liskovsoft.smartyoutubetv2.common.utils.IntentExtractor; import com.liskovsoft.smartyoutubetv2.common.utils.SimpleEditDialog; import com.liskovsoft.smartyoutubetv2.common.utils.Utils; @@ -100,6 +101,7 @@ public class SplashPresenter extends BasePresenter { initVideoStateService(); initStreamReminderService(); //Utils.initVolume(getContext()); + CustomInit.init(getContext()); } } diff --git a/common/src/main/java/com/liskovsoft/smartyoutubetv2/common/utils/CustomInit.java b/common/src/main/java/com/liskovsoft/smartyoutubetv2/common/utils/CustomInit.java new file mode 100644 index 000000000..14f87debe --- /dev/null +++ b/common/src/main/java/com/liskovsoft/smartyoutubetv2/common/utils/CustomInit.java @@ -0,0 +1,9 @@ +package com.liskovsoft.smartyoutubetv2.common.utils; + +import android.content.Context; + +public class CustomInit { + public static void init(Context context) { + + } +} diff --git a/common/src/staptoide/java/com/liskovsoft/smartyoutubetv2/common/utils/CustomInit.java b/common/src/staptoide/java/com/liskovsoft/smartyoutubetv2/common/utils/CustomInit.java new file mode 100644 index 000000000..14f87debe --- /dev/null +++ b/common/src/staptoide/java/com/liskovsoft/smartyoutubetv2/common/utils/CustomInit.java @@ -0,0 +1,9 @@ +package com.liskovsoft.smartyoutubetv2.common.utils; + +import android.content.Context; + +public class CustomInit { + public static void init(Context context) { + + } +} diff --git a/smarttubetv/build.gradle b/smarttubetv/build.gradle index 81afe21b8..2758d24ee 100644 --- a/smarttubetv/build.gradle +++ b/smarttubetv/build.gradle @@ -136,7 +136,8 @@ android { staptoide { // matchingFallbacks = ['lite'] versionCode 11000 + defaultConfig.versionCode - applicationId "com.liskovsoft.videomanager" + //applicationId "com.liskovsoft.videomanager" + applicationId "com.teamsmart.videomanager.tv" } }