正在查看: Mint v5.7.3 应用的 PrivacyPolicyActivity.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Mint v5.7.3 应用的 PrivacyPolicyActivity.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.htmedia.mint.ui.activity;
import android.content.res.Configuration;
import android.os.Bundle;
import android.view.MenuItem;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.appcompat.widget.Toolbar;
import com.comscore.Analytics;
import com.htmedia.mint.AppController;
public class PrivacyPolicyActivity extends a {
public void onConfigurationChanged(@NonNull Configuration configuration) {
super.onConfigurationChanged(configuration);
AppController.e(getIntent(), this);
}
protected void onCreate(@Nullable Bundle bundle) {
super/*androidx.fragment.app.FragmentActivity*/.onCreate(bundle);
setContentView(2131624654);
Toolbar findViewById = findViewById(2131430942);
findViewById.setNavigationIcon(2131232110);
findViewById.setLogo(2131233472);
setSupportActionBar(findViewById);
getSupportActionBar().setDisplayShowTitleEnabled(false);
com.htmedia.mint.utils.f0.b = false;
}
public boolean onOptionsItemSelected(MenuItem menuItem) {
if (menuItem.getItemId() != 16908332) {
return super/*android.app.Activity*/.onOptionsItemSelected(menuItem);
}
finish();
return true;
}
protected void onPause() {
super/*androidx.fragment.app.FragmentActivity*/.onPause();
Analytics.notifyExitForeground();
}
protected void onResume() {
super/*androidx.fragment.app.FragmentActivity*/.onResume();
Analytics.notifyEnterForeground();
com.htmedia.mint.utils.n.q0(this, "Privacy Policy");
}
protected void onStart() {
super.onStart();
com.htmedia.mint.utils.f0.d3(this);
}
}