Commit 45ca7619 authored by wanglei's avatar wanglei

...手动混淆...

parent a704ab62
......@@ -153,8 +153,8 @@ object NotificationUiUtil {
}
fun setActionNotification(context: Context, actionId: String) {
val bigRemoteViews = RemoteViews(AAication.context.packageName, R.layout.notification_message)
val smallRemoteViews = RemoteViews(AAication.context.packageName, R.layout.notification_message)
val bigRemoteViews = RemoteViews(AAication.context.packageName, R.layout.nication_messkjhf)
val smallRemoteViews = RemoteViews(AAication.context.packageName, R.layout.nication_messkjhf)
val intent = Intent(context, Spctivity::class.java)
intent.putExtra("actionId", actionId)
......@@ -214,7 +214,7 @@ object NotificationUiUtil {
val percent = (pair.first * 100 / pair.second).toInt()
val desc = "Memory is $percent% used"
val smallRemoteViewsVar = RemoteViews(context.packageName, R.layout.notification_memory_small_1)
val smallRemoteViewsVar = RemoteViews(context.packageName, R.layout.notcation_memgggory_bbll_1)
smallRemoteViewsVar.setProgressBar(R.id.progress_bar, percent, 100, false)
smallRemoteViewsVar.setTextViewText(R.id.tv_desc, desc)
val btnRequestCode = Random.nextInt(1000)
......@@ -223,7 +223,7 @@ object NotificationUiUtil {
PendingIntent.getActivity(context, btnRequestCode, intent, PendingIntent.FLAG_IMMUTABLE)
)
val bigRemoteViewsVar = RemoteViews(context.packageName, R.layout.notification_memory_big)
val bigRemoteViewsVar = RemoteViews(context.packageName, R.layout.notpption_mory_bbbig)
sendCustomNotification(context, intent, bigRemoteViewsVar, smallRemoteViewsVar)
}
......@@ -233,10 +233,10 @@ object NotificationUiUtil {
if (size == 0L) {
size = Random.nextLong(1024 * 5, 1024 * 10)
}
val bigRemoteViewsVar = RemoteViews(context.packageName, R.layout.notification_junk_big)
val bigRemoteViewsVar = RemoteViews(context.packageName, R.layout.notifon_jssunk_bhhig)
bigRemoteViewsVar.setTextViewText(R.id.tv_size, size.toFormatSize())
val smallRemoteViewsVar = RemoteViews(context.packageName, R.layout.notification_junk_small)
val smallRemoteViewsVar = RemoteViews(context.packageName, R.layout.notifi_juuunk_smkkall)
smallRemoteViewsVar.setTextViewText(R.id.tv_size, size.toFormatSize())
sendCustomNotification(context, intent, bigRemoteViewsVar, smallRemoteViewsVar)
......@@ -247,7 +247,7 @@ object NotificationUiUtil {
if (weatherBean.list.isEmpty()) return
val subBean = weatherBean.list[0]
val smallRemoteViewsVar = RemoteViews(context.packageName, R.layout.notification_weather_small)
val smallRemoteViewsVar = RemoteViews(context.packageName, R.layout.notssation_weassther_smvvall)
smallRemoteViewsVar.setTextViewText(R.id.tv_city, weatherBean.city)
val min = subBean.tempMin.toInt()
val max = subBean.tempMax.toInt()
......@@ -265,7 +265,7 @@ object NotificationUiUtil {
smallRemoteViewsVar.setImageViewResource(R.id.iv_weather, icon)
smallRemoteViewsVar.setTextViewText(R.id.tv_wendu_range, "$min℃/$max℃")
val bigRemoteViewsVar = RemoteViews(context.packageName, R.layout.notification_weather_big)
val bigRemoteViewsVar = RemoteViews(context.packageName, R.layout.notifion_wer_binng)
bigRemoteViewsVar.setImageViewResource(R.id.iv_weather_11h, icon)
bigRemoteViewsVar.setImageViewResource(R.id.iv_weather_14h, icon)
bigRemoteViewsVar.setImageViewResource(R.id.iv_weather_17h, icon)
......
......@@ -64,8 +64,8 @@ class ySADSDficationService : Service() {
val channelName = "PDF Reader Foreground Service Channel"
val channelId = "PDF_Reader_Service_Id"
val contentView = RemoteViews(context.packageName, R.layout.stay_notification_big)
val expendView = RemoteViews(context.packageName, R.layout.stay_notification_big)
val contentView = RemoteViews(context.packageName, R.layout.stccay_nficsation_sbig)
val expendView = RemoteViews(context.packageName, R.layout.stccay_nficsation_sbig)
val requestCode1 = Random.nextInt(1800)
val intent1 = Intent(context, Spctivity::class.java).apply {
......
......@@ -28,7 +28,7 @@ class ResuASAltActivity : ASctivity<ActivityEsultBaBinding>() {
BarASDSAD.setStatusBarLightMode(this, true)
BarASDSAD.setStatusBarColor(this, Color.parseColor("#00B7DD"))
// binding.root.updatePadding(top = BarUtils.getStatusBarHeight())
AveUtils.showNativeAd(this, binding.flAd, R.layout.layout_admob_app_exit)
AveUtils.showNativeAd(this, binding.flAd, R.layout.layout_ob_hhpp_yxit)
from = intent.extras?.getString("from") ?: ""
......
......@@ -218,7 +218,7 @@ object AinDialog {
//展开
behavior.state = BottomSheetBehavior.STATE_EXPANDED
AveUtils.showNativeAd(this, binding.flAd, R.layout.layout_admob_app_exit)
AveUtils.showNativeAd(this, binding.flAd, R.layout.layout_ob_hhpp_yxit)
binding.cardNo.setOnClickListener {
finish()
......
......@@ -203,7 +203,7 @@ class VSSeekBar : FrameLayout {
lateinit var maxPlaceholder: ImageView
lateinit var minPlaceholder: ImageView
private fun initAttributes(context: Context, attrs: AttributeSet?) {
val view = inflate(context, R.layout.layout_verticalseekbar, this)
val view = inflate(context, R.layout.layout_ggseekbar, this)
container = findViewById(R.id.container)
thumb = findViewById(R.id.thumb)
......
......@@ -166,7 +166,7 @@
android:layout_marginTop="18dp"
tools:ignore="UselessParent">
<include layout="@layout/layout_admob_app_exit" />
<include layout="@layout/layout_ob_hhpp_yxit" />
</FrameLayout>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment