首次推送
This commit is contained in:
@@ -0,0 +1,502 @@
|
||||
# The proguard configuration file for the following section is E:\MyProject\ts-mobile-go\android\app\build\intermediates\aapt_proguard_file\release\processReleaseResources\aapt_rules.txt
|
||||
-keep class androidx.core.app.CoreComponentFactory { <init>(); }
|
||||
-keep class androidx.profileinstaller.ProfileInstallReceiver { <init>(); }
|
||||
-keep class androidx.startup.InitializationProvider { <init>(); }
|
||||
-keep class com.tsmobile.app.App { <init>(); }
|
||||
-keep class com.tsmobile.app.ConnectionService { <init>(); }
|
||||
-keep class com.tsmobile.app.MainActivity { <init>(); }
|
||||
|
||||
# End of content from E:\MyProject\ts-mobile-go\android\app\build\intermediates\aapt_proguard_file\release\processReleaseResources\aapt_rules.txt
|
||||
# The proguard configuration file for the following section is E:\MyProject\ts-mobile-go\android\app\build\intermediates\default_proguard_files\global\proguard-android-optimize.txt-8.7.3
|
||||
# This is a configuration file for ProGuard.
|
||||
# http://proguard.sourceforge.net/index.html#manual/usage.html
|
||||
#
|
||||
# Starting with version 2.2 of the Android plugin for Gradle, this file is distributed together with
|
||||
# the plugin and unpacked at build-time. The files in $ANDROID_HOME are no longer maintained and
|
||||
# will be ignored by new version of the Android plugin for Gradle.
|
||||
|
||||
# Optimizations: If you don't want to optimize, use the proguard-android.txt configuration file
|
||||
# instead of this one, which turns off the optimization flags.
|
||||
-allowaccessmodification
|
||||
|
||||
# Preserve some attributes that may be required for reflection.
|
||||
-keepattributes AnnotationDefault,
|
||||
EnclosingMethod,
|
||||
InnerClasses,
|
||||
RuntimeVisibleAnnotations,
|
||||
RuntimeVisibleParameterAnnotations,
|
||||
RuntimeVisibleTypeAnnotations,
|
||||
Signature
|
||||
|
||||
-keep public class com.google.vending.licensing.ILicensingService
|
||||
-keep public class com.android.vending.licensing.ILicensingService
|
||||
-keep public class com.google.android.vending.licensing.ILicensingService
|
||||
-dontnote com.android.vending.licensing.ILicensingService
|
||||
-dontnote com.google.vending.licensing.ILicensingService
|
||||
-dontnote com.google.android.vending.licensing.ILicensingService
|
||||
|
||||
# For native methods, see https://www.guardsquare.com/manual/configuration/examples#native
|
||||
-keepclasseswithmembernames,includedescriptorclasses class * {
|
||||
native <methods>;
|
||||
}
|
||||
|
||||
# Keep setters in Views so that animations can still work.
|
||||
-keepclassmembers public class * extends android.view.View {
|
||||
void set*(***);
|
||||
*** get*();
|
||||
}
|
||||
|
||||
# We want to keep methods in Activity that could be used in the XML attribute onClick.
|
||||
-keepclassmembers class * extends android.app.Activity {
|
||||
public void *(android.view.View);
|
||||
}
|
||||
|
||||
# For enumeration classes, see https://www.guardsquare.com/manual/configuration/examples#enumerations
|
||||
-keepclassmembers enum * {
|
||||
public static **[] values();
|
||||
public static ** valueOf(java.lang.String);
|
||||
}
|
||||
|
||||
-keepclassmembers class * implements android.os.Parcelable {
|
||||
public static final ** CREATOR;
|
||||
}
|
||||
|
||||
# Preserve annotated Javascript interface methods.
|
||||
-keepclassmembers class * {
|
||||
@android.webkit.JavascriptInterface <methods>;
|
||||
}
|
||||
|
||||
# The support libraries contains references to newer platform versions.
|
||||
# Don't warn about those in case this app is linking against an older
|
||||
# platform version. We know about them, and they are safe.
|
||||
-dontnote android.support.**
|
||||
-dontnote androidx.**
|
||||
-dontwarn android.support.**
|
||||
-dontwarn androidx.**
|
||||
|
||||
# Understand the @Keep support annotation.
|
||||
-keep class android.support.annotation.Keep
|
||||
|
||||
-keep @android.support.annotation.Keep class * {*;}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@android.support.annotation.Keep <methods>;
|
||||
}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@android.support.annotation.Keep <fields>;
|
||||
}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@android.support.annotation.Keep <init>(...);
|
||||
}
|
||||
|
||||
# These classes are duplicated between android.jar and org.apache.http.legacy.jar.
|
||||
-dontnote org.apache.http.**
|
||||
-dontnote android.net.http.**
|
||||
|
||||
# These classes are duplicated between android.jar and core-lambda-stubs.jar.
|
||||
-dontnote java.lang.invoke.**
|
||||
|
||||
# End of content from E:\MyProject\ts-mobile-go\android\app\build\intermediates\default_proguard_files\global\proguard-android-optimize.txt-8.7.3
|
||||
# The proguard configuration file for the following section is E:\MyProject\ts-mobile-go\android\app\proguard-rules.pro
|
||||
# TeamSpeak Go Bridge
|
||||
-keep class teamspeak.** { *; }
|
||||
-keep class com.tsmobile.app.TSBridge { *; }
|
||||
|
||||
# End of content from E:\MyProject\ts-mobile-go\android\app\proguard-rules.pro
|
||||
# The proguard configuration file for the following section is C:\Users\sansen\.gradle\caches\8.11.1\transforms\ba38f06cb924757a380676ec15f7a39c\transformed\teamspeak\proguard.txt
|
||||
-keep class go.** { *; }
|
||||
-keep class teamspeak.** { *; }
|
||||
|
||||
# End of content from C:\Users\sansen\.gradle\caches\8.11.1\transforms\ba38f06cb924757a380676ec15f7a39c\transformed\teamspeak\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\sansen\.gradle\caches\8.11.1\transforms\48fc5cb5515acac491fccf5d40027903\transformed\navigation-common-2.8.5\proguard.txt
|
||||
# Copyright (C) 2019 The Android Open Source Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# NavArgsLazy creates NavArgs instances using reflection
|
||||
-if public class ** implements androidx.navigation.NavArgs
|
||||
-keepclassmembers public class <1> {
|
||||
** fromBundle(android.os.Bundle);
|
||||
}
|
||||
|
||||
# Retain the @Navigator.Name annotation on each subclass of Navigator.
|
||||
# R8 full mode only retains annotations on items matched by a -keep rule,
|
||||
# hence the extra -keep rule for the subclasses of Navigator.
|
||||
#
|
||||
# A -keep rule for the Navigator.Name annotation class is not required
|
||||
# since the annotation is referenced from the code.
|
||||
-keepattributes RuntimeVisibleAnnotations
|
||||
-keep,allowobfuscation,allowshrinking class * extends androidx.navigation.Navigator
|
||||
|
||||
# End of content from C:\Users\sansen\.gradle\caches\8.11.1\transforms\48fc5cb5515acac491fccf5d40027903\transformed\navigation-common-2.8.5\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\sansen\.gradle\caches\8.11.1\transforms\8c383db69284c98d1ab05a02b7ca878d\transformed\savedstate-1.2.1\proguard.txt
|
||||
# Copyright (C) 2019 The Android Open Source Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
-keepclassmembers,allowobfuscation class * implements androidx.savedstate.SavedStateRegistry$AutoRecreated {
|
||||
<init>();
|
||||
}
|
||||
|
||||
# End of content from C:\Users\sansen\.gradle\caches\8.11.1\transforms\8c383db69284c98d1ab05a02b7ca878d\transformed\savedstate-1.2.1\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\sansen\.gradle\caches\8.11.1\transforms\8e02f756dd4d6f9779c3b5695f7021fa\transformed\lifecycle-process-2.8.7\proguard.txt
|
||||
# this rule is need to work properly when app is compiled with api 28, see b/142778206
|
||||
-keepclassmembers class * extends androidx.lifecycle.EmptyActivityLifecycleCallbacks { *; }
|
||||
# End of content from C:\Users\sansen\.gradle\caches\8.11.1\transforms\8e02f756dd4d6f9779c3b5695f7021fa\transformed\lifecycle-process-2.8.7\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\sansen\.gradle\caches\8.11.1\transforms\b092f7ad43fd8eff818ec9bbcf2d7628\transformed\graphics-path-1.0.1\proguard.txt
|
||||
-keepclasseswithmembers class androidx.graphics.path.** {
|
||||
native <methods>;
|
||||
}
|
||||
|
||||
# End of content from C:\Users\sansen\.gradle\caches\8.11.1\transforms\b092f7ad43fd8eff818ec9bbcf2d7628\transformed\graphics-path-1.0.1\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\sansen\.gradle\caches\8.11.1\transforms\33b06765f832d06a358423c6b5ebba27\transformed\vectordrawable-animated-1.1.0\proguard.txt
|
||||
# Copyright (C) 2016 The Android Open Source Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# keep setters in VectorDrawables so that animations can still work.
|
||||
-keepclassmembers class androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$* {
|
||||
void set*(***);
|
||||
*** get*();
|
||||
}
|
||||
|
||||
# End of content from C:\Users\sansen\.gradle\caches\8.11.1\transforms\33b06765f832d06a358423c6b5ebba27\transformed\vectordrawable-animated-1.1.0\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\sansen\.gradle\caches\8.11.1\transforms\482b46ce0245b885902c765dd92a4e72\transformed\core-1.13.1\proguard.txt
|
||||
# Never inline methods, but allow shrinking and obfuscation.
|
||||
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.ViewCompat$Api* {
|
||||
<methods>;
|
||||
}
|
||||
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.view.WindowInsetsCompat$*Impl* {
|
||||
<methods>;
|
||||
}
|
||||
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.app.NotificationCompat$*$Api*Impl {
|
||||
<methods>;
|
||||
}
|
||||
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.os.UserHandleCompat$Api*Impl {
|
||||
<methods>;
|
||||
}
|
||||
-keepclassmembernames,allowobfuscation,allowshrinking class androidx.core.widget.EdgeEffectCompat$Api*Impl {
|
||||
<methods>;
|
||||
}
|
||||
|
||||
# End of content from C:\Users\sansen\.gradle\caches\8.11.1\transforms\482b46ce0245b885902c765dd92a4e72\transformed\core-1.13.1\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\sansen\.gradle\caches\8.11.1\transforms\2c77a128c6c55b33fcf85952ca32112b\transformed\lifecycle-runtime-release\proguard.txt
|
||||
-keepattributes AnnotationDefault,
|
||||
RuntimeVisibleAnnotations,
|
||||
RuntimeVisibleParameterAnnotations,
|
||||
RuntimeVisibleTypeAnnotations
|
||||
|
||||
-keepclassmembers enum androidx.lifecycle.Lifecycle$Event {
|
||||
<fields>;
|
||||
}
|
||||
|
||||
-keep class * implements androidx.lifecycle.GeneratedAdapter {
|
||||
<init>(...);
|
||||
}
|
||||
|
||||
-keepclassmembers class ** {
|
||||
@androidx.lifecycle.OnLifecycleEvent *;
|
||||
}
|
||||
|
||||
# The deprecated `android.app.Fragment` creates `Fragment` instances using reflection.
|
||||
# See: b/338958225, b/341537875
|
||||
-keepclasseswithmembers,allowobfuscation public class androidx.lifecycle.ReportFragment {
|
||||
public <init>();
|
||||
}
|
||||
|
||||
# this rule is need to work properly when app is compiled with api 28, see b/142778206
|
||||
# Also this rule prevents registerIn from being inlined.
|
||||
-keepclassmembers class androidx.lifecycle.ReportFragment$LifecycleCallbacks { *; }
|
||||
|
||||
# End of content from C:\Users\sansen\.gradle\caches\8.11.1\transforms\2c77a128c6c55b33fcf85952ca32112b\transformed\lifecycle-runtime-release\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\sansen\.gradle\caches\8.11.1\transforms\49896aa99dcd62500f8dc8b26bd9b095\transformed\lifecycle-viewmodel-release\proguard.txt
|
||||
-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.ViewModel {
|
||||
<init>();
|
||||
}
|
||||
|
||||
-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.AndroidViewModel {
|
||||
<init>(android.app.Application);
|
||||
}
|
||||
|
||||
# End of content from C:\Users\sansen\.gradle\caches\8.11.1\transforms\49896aa99dcd62500f8dc8b26bd9b095\transformed\lifecycle-viewmodel-release\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\sansen\.gradle\caches\8.11.1\transforms\0334f6c1b9b6505d8e5869c34f842b1b\transformed\lifecycle-viewmodel-savedstate-2.8.7\proguard.txt
|
||||
-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.ViewModel {
|
||||
<init>(androidx.lifecycle.SavedStateHandle);
|
||||
}
|
||||
|
||||
-keepclassmembers,allowobfuscation class * extends androidx.lifecycle.AndroidViewModel {
|
||||
<init>(android.app.Application,androidx.lifecycle.SavedStateHandle);
|
||||
}
|
||||
|
||||
# End of content from C:\Users\sansen\.gradle\caches\8.11.1\transforms\0334f6c1b9b6505d8e5869c34f842b1b\transformed\lifecycle-viewmodel-savedstate-2.8.7\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\sansen\.gradle\caches\8.11.1\transforms\28e1afb992a841aaf036508de6f271cd\transformed\lifecycle-runtime-compose-release\proguard.txt
|
||||
# Workaround for https://issuetracker.google.com/issues/346808608
|
||||
#
|
||||
# `androidx.lifecycle.compose.LocalLifecycleOwner` will reflectively lookup for
|
||||
# `androidx.compose.ui.platform.LocalLifecycleOwner` to ensure backward compatibility
|
||||
# when using Lifecycle 2.8+ with Compose 1.6.
|
||||
#
|
||||
# We need to keep the getter if the code using this is included.
|
||||
#
|
||||
# We need to suppress `ShrinkerUnresolvedReference` because the `LocalComposition` is in a
|
||||
# different module.
|
||||
#
|
||||
#noinspection ShrinkerUnresolvedReference
|
||||
-if public class androidx.compose.ui.platform.AndroidCompositionLocals_androidKt {
|
||||
public static *** getLocalLifecycleOwner();
|
||||
}
|
||||
-keep public class androidx.compose.ui.platform.AndroidCompositionLocals_androidKt {
|
||||
public static *** getLocalLifecycleOwner();
|
||||
}
|
||||
|
||||
# End of content from C:\Users\sansen\.gradle\caches\8.11.1\transforms\28e1afb992a841aaf036508de6f271cd\transformed\lifecycle-runtime-compose-release\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\sansen\.gradle\caches\8.11.1\transforms\3b752da8b3847d9a63b0e1c4b060f5d8\transformed\ui-release\proguard.txt
|
||||
# Copyright (C) 2020 The Android Open Source Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# We supply these as stubs and are able to link to them at runtime
|
||||
# because they are hidden public classes in Android. We don't want
|
||||
# R8 to complain about them not being there during optimization.
|
||||
-dontwarn android.view.RenderNode
|
||||
-dontwarn android.view.DisplayListCanvas
|
||||
-dontwarn android.view.HardwareCanvas
|
||||
|
||||
-keepclassmembers class androidx.compose.ui.platform.ViewLayerContainer {
|
||||
protected void dispatchGetDisplayList();
|
||||
}
|
||||
|
||||
-keepclassmembers class androidx.compose.ui.platform.AndroidComposeView {
|
||||
android.view.View findViewByAccessibilityIdTraversal(int);
|
||||
}
|
||||
|
||||
# Users can create Modifier.Node instances that implement multiple Modifier.Node interfaces,
|
||||
# so we cannot tell whether two modifier.node instances are of the same type without using
|
||||
# reflection to determine the class type. See b/265188224 for more context.
|
||||
-keep,allowshrinking class * extends androidx.compose.ui.node.ModifierNodeElement
|
||||
|
||||
# End of content from C:\Users\sansen\.gradle\caches\8.11.1\transforms\3b752da8b3847d9a63b0e1c4b060f5d8\transformed\ui-release\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\sansen\.gradle\caches\8.11.1\transforms\16e08c8bc5ba19ccf20047ad45d0e3f9\transformed\rules\lib\META-INF\proguard\androidx.datastore_datastore-preferences-core.pro
|
||||
-keepclassmembers class * extends androidx.datastore.preferences.protobuf.GeneratedMessageLite {
|
||||
<fields>;
|
||||
}
|
||||
|
||||
# End of content from C:\Users\sansen\.gradle\caches\8.11.1\transforms\16e08c8bc5ba19ccf20047ad45d0e3f9\transformed\rules\lib\META-INF\proguard\androidx.datastore_datastore-preferences-core.pro
|
||||
# The proguard configuration file for the following section is C:\Users\sansen\.gradle\caches\8.11.1\transforms\a8090aa38b9978d9f591736e14245a35\transformed\runtime-release\proguard.txt
|
||||
-assumenosideeffects public class androidx.compose.runtime.ComposerKt {
|
||||
void sourceInformation(androidx.compose.runtime.Composer,java.lang.String);
|
||||
void sourceInformationMarkerStart(androidx.compose.runtime.Composer,int,java.lang.String);
|
||||
void sourceInformationMarkerEnd(androidx.compose.runtime.Composer);
|
||||
}
|
||||
|
||||
# Composer's class initializer doesn't do anything but create an EMPTY object. Marking the
|
||||
# initializers as having no side effects can help encourage shrinkers to merge/devirtualize Composer
|
||||
# with ComposerImpl.
|
||||
-assumenosideeffects public class androidx.compose.runtime.Composer {
|
||||
void <clinit>();
|
||||
}
|
||||
-assumenosideeffects public class androidx.compose.runtime.ComposerImpl {
|
||||
void <clinit>();
|
||||
}
|
||||
# End of content from C:\Users\sansen\.gradle\caches\8.11.1\transforms\a8090aa38b9978d9f591736e14245a35\transformed\runtime-release\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\sansen\.gradle\caches\8.11.1\transforms\25fac36bf0a584ee223cdcacbafc1293\transformed\rules\lib\META-INF\com.android.tools\r8\coroutines.pro
|
||||
# When editing this file, update the following files as well:
|
||||
# - META-INF/proguard/coroutines.pro
|
||||
# - META-INF/com.android.tools/proguard/coroutines.pro
|
||||
|
||||
# Most of volatile fields are updated with AFU and should not be mangled
|
||||
-keepclassmembers class kotlinx.coroutines.** {
|
||||
volatile <fields>;
|
||||
}
|
||||
|
||||
# Same story for the standard library's SafeContinuation that also uses AtomicReferenceFieldUpdater
|
||||
-keepclassmembers class kotlin.coroutines.SafeContinuation {
|
||||
volatile <fields>;
|
||||
}
|
||||
|
||||
# These classes are only required by kotlinx.coroutines.debug.AgentPremain, which is only loaded when
|
||||
# kotlinx-coroutines-core is used as a Java agent, so these are not needed in contexts where ProGuard is used.
|
||||
-dontwarn java.lang.instrument.ClassFileTransformer
|
||||
-dontwarn sun.misc.SignalHandler
|
||||
-dontwarn java.lang.instrument.Instrumentation
|
||||
-dontwarn sun.misc.Signal
|
||||
|
||||
# Only used in `kotlinx.coroutines.internal.ExceptionsConstructor`.
|
||||
# The case when it is not available is hidden in a `try`-`catch`, as well as a check for Android.
|
||||
-dontwarn java.lang.ClassValue
|
||||
|
||||
# An annotation used for build tooling, won't be directly accessed.
|
||||
-dontwarn org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
|
||||
# End of content from C:\Users\sansen\.gradle\caches\8.11.1\transforms\25fac36bf0a584ee223cdcacbafc1293\transformed\rules\lib\META-INF\com.android.tools\r8\coroutines.pro
|
||||
# The proguard configuration file for the following section is C:\Users\sansen\.gradle\caches\8.11.1\transforms\ca473716b3cc9403fc8840af32433f48\transformed\rules\lib\META-INF\com.android.tools\r8-from-1.6.0\coroutines.pro
|
||||
# Allow R8 to optimize away the FastServiceLoader.
|
||||
# Together with ServiceLoader optimization in R8
|
||||
# this results in direct instantiation when loading Dispatchers.Main
|
||||
-assumenosideeffects class kotlinx.coroutines.internal.MainDispatcherLoader {
|
||||
boolean FAST_SERVICE_LOADER_ENABLED return false;
|
||||
}
|
||||
|
||||
-assumenosideeffects class kotlinx.coroutines.internal.FastServiceLoaderKt {
|
||||
boolean ANDROID_DETECTED return true;
|
||||
}
|
||||
|
||||
# Disable support for "Missing Main Dispatcher", since we always have Android main dispatcher
|
||||
-assumenosideeffects class kotlinx.coroutines.internal.MainDispatchersKt {
|
||||
boolean SUPPORT_MISSING return false;
|
||||
}
|
||||
|
||||
# Statically turn off all debugging facilities and assertions
|
||||
-assumenosideeffects class kotlinx.coroutines.DebugKt {
|
||||
boolean getASSERTIONS_ENABLED() return false;
|
||||
boolean getDEBUG() return false;
|
||||
boolean getRECOVER_STACK_TRACES() return false;
|
||||
}
|
||||
|
||||
# End of content from C:\Users\sansen\.gradle\caches\8.11.1\transforms\ca473716b3cc9403fc8840af32433f48\transformed\rules\lib\META-INF\com.android.tools\r8-from-1.6.0\coroutines.pro
|
||||
# The proguard configuration file for the following section is C:\Users\sansen\.gradle\caches\8.11.1\transforms\c1d85596730865247a5fcd1ec04cc5df\transformed\rules\lib\META-INF\com.android.tools\r8\kotlinx-serialization-common.pro
|
||||
# Keep `Companion` object fields of serializable classes.
|
||||
# This avoids serializer lookup through `getDeclaredClasses` as done for named companion objects.
|
||||
-if @kotlinx.serialization.Serializable class **
|
||||
-keepclassmembers class <1> {
|
||||
static <1>$Companion Companion;
|
||||
}
|
||||
|
||||
# Keep `serializer()` on companion objects (both default and named) of serializable classes.
|
||||
-if @kotlinx.serialization.Serializable class ** {
|
||||
static **$* *;
|
||||
}
|
||||
-keepclassmembers class <2>$<3> {
|
||||
kotlinx.serialization.KSerializer serializer(...);
|
||||
}
|
||||
|
||||
# Keep `INSTANCE.serializer()` of serializable objects.
|
||||
-if @kotlinx.serialization.Serializable class ** {
|
||||
public static ** INSTANCE;
|
||||
}
|
||||
-keepclassmembers class <1> {
|
||||
public static <1> INSTANCE;
|
||||
kotlinx.serialization.KSerializer serializer(...);
|
||||
}
|
||||
|
||||
# @Serializable and @Polymorphic are used at runtime for polymorphic serialization.
|
||||
-keepattributes RuntimeVisibleAnnotations,AnnotationDefault
|
||||
|
||||
# Don't print notes about potential mistakes or omissions in the configuration for kotlinx-serialization classes
|
||||
# See also https://github.com/Kotlin/kotlinx.serialization/issues/1900
|
||||
-dontnote kotlinx.serialization.**
|
||||
|
||||
# Serialization core uses `java.lang.ClassValue` for caching inside these specified classes.
|
||||
# If there is no `java.lang.ClassValue` (for example, in Android), then R8/ProGuard will print a warning.
|
||||
# However, since in this case they will not be used, we can disable these warnings
|
||||
-dontwarn kotlinx.serialization.internal.ClassValueReferences
|
||||
|
||||
# disable optimisation for descriptor field because in some versions of ProGuard, optimization generates incorrect bytecode that causes a verification error
|
||||
# see https://github.com/Kotlin/kotlinx.serialization/issues/2719
|
||||
-keepclassmembers public class **$$serializer {
|
||||
private ** descriptor;
|
||||
}
|
||||
|
||||
# End of content from C:\Users\sansen\.gradle\caches\8.11.1\transforms\c1d85596730865247a5fcd1ec04cc5df\transformed\rules\lib\META-INF\com.android.tools\r8\kotlinx-serialization-common.pro
|
||||
# The proguard configuration file for the following section is C:\Users\sansen\.gradle\caches\8.11.1\transforms\c1d85596730865247a5fcd1ec04cc5df\transformed\rules\lib\META-INF\com.android.tools\r8\kotlinx-serialization-r8.pro
|
||||
# Rule to save runtime annotations on serializable class.
|
||||
# If the R8 full mode is used, annotations are removed from classes-files.
|
||||
#
|
||||
# For the annotation serializer, it is necessary to read the `Serializable` annotation inside the serializer<T>() function - if it is present,
|
||||
# then `SealedClassSerializer` is used, if absent, then `PolymorphicSerializer'.
|
||||
#
|
||||
# When using R8 full mode, all interfaces will be serialized using `PolymorphicSerializer`.
|
||||
#
|
||||
# see https://github.com/Kotlin/kotlinx.serialization/issues/2050
|
||||
|
||||
-if @kotlinx.serialization.Serializable class **
|
||||
-keep, allowshrinking, allowoptimization, allowobfuscation, allowaccessmodification class <1>
|
||||
|
||||
# End of content from C:\Users\sansen\.gradle\caches\8.11.1\transforms\c1d85596730865247a5fcd1ec04cc5df\transformed\rules\lib\META-INF\com.android.tools\r8\kotlinx-serialization-r8.pro
|
||||
# The proguard configuration file for the following section is C:\Users\sansen\.gradle\caches\8.11.1\transforms\e3cc4b05378833d66ad8d3a131ea94e6\transformed\versionedparcelable-1.1.1\proguard.txt
|
||||
-keep class * implements androidx.versionedparcelable.VersionedParcelable
|
||||
-keep public class android.support.**Parcelizer { *; }
|
||||
-keep public class androidx.**Parcelizer { *; }
|
||||
-keep public class androidx.versionedparcelable.ParcelImpl
|
||||
|
||||
# End of content from C:\Users\sansen\.gradle\caches\8.11.1\transforms\e3cc4b05378833d66ad8d3a131ea94e6\transformed\versionedparcelable-1.1.1\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\sansen\.gradle\caches\8.11.1\transforms\3aa130f5087e9a8e540147a7cacca9c5\transformed\startup-runtime-1.1.1\proguard.txt
|
||||
# It's important that we preserve initializer names, given they are used in the AndroidManifest.xml.
|
||||
-keepnames class * extends androidx.startup.Initializer
|
||||
|
||||
# These Proguard rules ensures that ComponentInitializers are are neither shrunk nor obfuscated,
|
||||
# and are a part of the primary dex file. This is because they are discovered and instantiated
|
||||
# during application startup.
|
||||
-keep class * extends androidx.startup.Initializer {
|
||||
# Keep the public no-argument constructor while allowing other methods to be optimized.
|
||||
<init>();
|
||||
}
|
||||
|
||||
-assumenosideeffects class androidx.startup.StartupLogger { public static <methods>; }
|
||||
|
||||
# End of content from C:\Users\sansen\.gradle\caches\8.11.1\transforms\3aa130f5087e9a8e540147a7cacca9c5\transformed\startup-runtime-1.1.1\proguard.txt
|
||||
# The proguard configuration file for the following section is C:\Users\sansen\.gradle\caches\8.11.1\transforms\a0ffa151ebdbe4e6ad6e472fddbe682e\transformed\rules\lib\META-INF\proguard\androidx-annotations.pro
|
||||
-keep,allowobfuscation @interface androidx.annotation.Keep
|
||||
-keep @androidx.annotation.Keep class * {*;}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@androidx.annotation.Keep <methods>;
|
||||
}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@androidx.annotation.Keep <fields>;
|
||||
}
|
||||
|
||||
-keepclasseswithmembers class * {
|
||||
@androidx.annotation.Keep <init>(...);
|
||||
}
|
||||
|
||||
-keepclassmembers,allowobfuscation class * {
|
||||
@androidx.annotation.DoNotInline <methods>;
|
||||
}
|
||||
|
||||
# End of content from C:\Users\sansen\.gradle\caches\8.11.1\transforms\a0ffa151ebdbe4e6ad6e472fddbe682e\transformed\rules\lib\META-INF\proguard\androidx-annotations.pro
|
||||
# The proguard configuration file for the following section is <unknown>
|
||||
|
||||
# End of content from <unknown>
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,670 @@
|
||||
Marking id:is_pooling_container_tag:2131034167 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:hide_graphics_layer_in_inspector_tag:2131034160 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:view_tree_lifecycle_owner:2131034197 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:tag_unhandled_key_listeners:2131034191 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:wrapped_composition_tag:2131034201 reachable: referenced from base/dex/classes.dex
|
||||
Marking string:m3c_dialog:2131296308 reachable: referenced from base/dex/classes.dex
|
||||
Marking string:m3c_bottom_sheet_pane_title:2131296276 reachable: referenced from base/dex/classes.dex
|
||||
Marking string:close_sheet:2131296266 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:hide_in_inspector_tag:2131034162 reachable: referenced from base/dex/classes.dex
|
||||
Marking string:tab:2131296339 reachable: referenced from base/dex/classes.dex
|
||||
Marking string:switch_role:2131296338 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_0:2131034113 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_1:2131034114 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_2:2131034125 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_3:2131034136 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_4:2131034139 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_5:2131034140 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_6:2131034141 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_7:2131034142 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_8:2131034143 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_9:2131034144 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_10:2131034115 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_11:2131034116 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_12:2131034117 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_13:2131034118 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_14:2131034119 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_15:2131034120 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_16:2131034121 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_17:2131034122 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_18:2131034123 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_19:2131034124 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_20:2131034126 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_21:2131034127 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_22:2131034128 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_23:2131034129 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_24:2131034130 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_25:2131034131 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_26:2131034132 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_27:2131034133 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_28:2131034134 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_29:2131034135 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_30:2131034137 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_custom_action_31:2131034138 reachable: referenced from base/dex/classes.dex
|
||||
Marking string:indeterminate:2131296271 reachable: referenced from base/dex/classes.dex
|
||||
Marking string:state_off:2131296335 reachable: referenced from base/dex/classes.dex
|
||||
Marking string:state_on:2131296336 reachable: referenced from base/dex/classes.dex
|
||||
Marking string:selected:2131296333 reachable: referenced from base/dex/classes.dex
|
||||
Marking string:not_selected:2131296330 reachable: referenced from base/dex/classes.dex
|
||||
Marking string:template_percent:2131296340 reachable: referenced from base/dex/classes.dex
|
||||
Marking string:in_progress:2131296270 reachable: referenced from base/dex/classes.dex
|
||||
Marking string:state_empty:2131296334 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:inspection_slot_table_set:2131034166 reachable: referenced from base/dex/classes.dex
|
||||
Marking string:default_popup_window_title:2131296268 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:view_tree_view_model_store_owner:2131034200 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:view_tree_saved_state_registry_owner:2131034199 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:compose_view_saveable_id_tag:2131034155 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:view_tree_on_back_pressed_dispatcher_owner:2131034198 reachable: referenced from base/dex/classes.dex
|
||||
Marking string:m3c_bottom_sheet_drag_handle_description:2131296274 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:androidx_compose_ui_view_composition_context:2131034150 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:consume_window_insets_tag:2131034156 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:tag_on_apply_window_listener:2131034184 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:tag_window_insets_animation_callback:2131034192 reachable: referenced from base/dex/classes.dex
|
||||
Marking style:DialogWindowTheme:2131361792 reachable: referenced from base/dex/classes.dex
|
||||
Marking style:EdgeToEdgeFloatingDialogWindowTheme:2131361794 reachable: referenced from base/dex/classes.dex
|
||||
Marking string:androidx_startup:2131296256 reachable: referenced from base/dex/classes.dex
|
||||
Marking string:default_error_message:2131296267 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:tag_unhandled_key_event_manager:2131034190 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:report_drawn:2131034177 reachable: referenced from base/dex/classes.dex
|
||||
Marking string:m3c_bottom_sheet_collapse_description:2131296272 reachable: referenced from base/dex/classes.dex
|
||||
Marking string:m3c_bottom_sheet_dismiss_description:2131296273 reachable: referenced from base/dex/classes.dex
|
||||
Marking string:m3c_bottom_sheet_expand_description:2131296275 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:tag_screen_reader_focusable:2131034187 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:tag_accessibility_heading:2131034182 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:tag_accessibility_pane_title:2131034183 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:tag_state_description:2131034188 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:tag_accessibility_actions:2131034180 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:accessibility_action_clickable_span:2131034112 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:tag_accessibility_clickable_spans:2131034181 reachable: referenced from base/dex/classes.dex
|
||||
Marking id:pooling_container_listener_holder_tag:2131034176 reachable: referenced from base/dex/classes.dex
|
||||
@com.tsmobile.app:attr/action : reachable=false
|
||||
@com.tsmobile.app:attr/alpha : reachable=false
|
||||
@com.tsmobile.app:attr/argType : reachable=false
|
||||
@com.tsmobile.app:attr/data : reachable=false
|
||||
@com.tsmobile.app:attr/dataPattern : reachable=false
|
||||
@com.tsmobile.app:attr/destination : reachable=false
|
||||
@com.tsmobile.app:attr/enterAnim : reachable=false
|
||||
@com.tsmobile.app:attr/exitAnim : reachable=false
|
||||
@com.tsmobile.app:attr/font : reachable=false
|
||||
@com.tsmobile.app:attr/fontProviderAuthority : reachable=false
|
||||
@com.tsmobile.app:attr/fontProviderCerts : reachable=false
|
||||
@com.tsmobile.app:attr/fontProviderFetchStrategy : reachable=false
|
||||
@com.tsmobile.app:attr/fontProviderFetchTimeout : reachable=false
|
||||
@com.tsmobile.app:attr/fontProviderPackage : reachable=false
|
||||
@com.tsmobile.app:attr/fontProviderQuery : reachable=false
|
||||
@com.tsmobile.app:attr/fontProviderSystemFontFamily : reachable=false
|
||||
@com.tsmobile.app:attr/fontStyle : reachable=false
|
||||
@com.tsmobile.app:attr/fontVariationSettings : reachable=false
|
||||
@com.tsmobile.app:attr/fontWeight : reachable=false
|
||||
@com.tsmobile.app:attr/graph : reachable=false
|
||||
@com.tsmobile.app:attr/lStar : reachable=false
|
||||
@com.tsmobile.app:attr/launchSingleTop : reachable=false
|
||||
@com.tsmobile.app:attr/mimeType : reachable=false
|
||||
@com.tsmobile.app:attr/navGraph : reachable=false
|
||||
@com.tsmobile.app:attr/nestedScrollViewStyle : reachable=false
|
||||
@com.tsmobile.app:attr/nullable : reachable=false
|
||||
@com.tsmobile.app:attr/popEnterAnim : reachable=false
|
||||
@com.tsmobile.app:attr/popExitAnim : reachable=false
|
||||
@com.tsmobile.app:attr/popUpTo : reachable=false
|
||||
@com.tsmobile.app:attr/popUpToInclusive : reachable=false
|
||||
@com.tsmobile.app:attr/popUpToSaveState : reachable=false
|
||||
@com.tsmobile.app:attr/queryPatterns : reachable=false
|
||||
@com.tsmobile.app:attr/restoreState : reachable=false
|
||||
@com.tsmobile.app:attr/route : reachable=false
|
||||
@com.tsmobile.app:attr/shortcutMatchRequired : reachable=false
|
||||
@com.tsmobile.app:attr/startDestination : reachable=false
|
||||
@com.tsmobile.app:attr/targetPackage : reachable=false
|
||||
@com.tsmobile.app:attr/ttcIndex : reachable=false
|
||||
@com.tsmobile.app:attr/uri : reachable=false
|
||||
@com.tsmobile.app:color/androidx_core_ripple_material_light : reachable=false
|
||||
@com.tsmobile.app:color/androidx_core_secondary_text_default_material_light : reachable=false
|
||||
@com.tsmobile.app:color/background : reachable=false
|
||||
@com.tsmobile.app:color/call_notification_answer_color : reachable=false
|
||||
@com.tsmobile.app:color/call_notification_decline_color : reachable=false
|
||||
@com.tsmobile.app:color/notification_action_color_filter : reachable=false
|
||||
@com.tsmobile.app:color/androidx_core_secondary_text_default_material_light
|
||||
@com.tsmobile.app:color/notification_icon_bg_color : reachable=false
|
||||
@com.tsmobile.app:color/primary : reachable=false
|
||||
@com.tsmobile.app:color/surface : reachable=false
|
||||
@com.tsmobile.app:color/vector_tint_color : reachable=false
|
||||
@com.tsmobile.app:color/vector_tint_theme_color : reachable=false
|
||||
@com.tsmobile.app:dimen/compat_button_inset_horizontal_material : reachable=false
|
||||
@com.tsmobile.app:dimen/compat_button_inset_vertical_material : reachable=false
|
||||
@com.tsmobile.app:dimen/compat_button_padding_horizontal_material : reachable=false
|
||||
@com.tsmobile.app:dimen/compat_button_padding_vertical_material : reachable=false
|
||||
@com.tsmobile.app:dimen/compat_control_corner_material : reachable=false
|
||||
@com.tsmobile.app:dimen/compat_notification_large_icon_max_height : reachable=false
|
||||
@com.tsmobile.app:dimen/compat_notification_large_icon_max_width : reachable=false
|
||||
@com.tsmobile.app:dimen/notification_action_icon_size : reachable=false
|
||||
@com.tsmobile.app:dimen/notification_action_text_size : reachable=false
|
||||
@com.tsmobile.app:dimen/notification_big_circle_margin : reachable=false
|
||||
@com.tsmobile.app:dimen/notification_content_margin_start : reachable=false
|
||||
@com.tsmobile.app:dimen/notification_large_icon_height : reachable=false
|
||||
@com.tsmobile.app:dimen/notification_large_icon_width : reachable=false
|
||||
@com.tsmobile.app:dimen/notification_main_column_padding_top : reachable=false
|
||||
@com.tsmobile.app:dimen/notification_media_narrow_margin : reachable=false
|
||||
@com.tsmobile.app:dimen/notification_right_icon_size : reachable=false
|
||||
@com.tsmobile.app:dimen/notification_right_side_padding_top : reachable=false
|
||||
@com.tsmobile.app:dimen/notification_small_icon_background_padding : reachable=false
|
||||
@com.tsmobile.app:dimen/notification_small_icon_size_as_large : reachable=false
|
||||
@com.tsmobile.app:dimen/notification_subtext_size : reachable=false
|
||||
@com.tsmobile.app:dimen/notification_top_pad : reachable=false
|
||||
@com.tsmobile.app:dimen/notification_top_pad_large_text : reachable=false
|
||||
@com.tsmobile.app:drawable/abc_vector_test : reachable=false
|
||||
@com.tsmobile.app:drawable/ic_call_answer : reachable=false
|
||||
@com.tsmobile.app:drawable/ic_call_answer_low : reachable=false
|
||||
@com.tsmobile.app:drawable/ic_call_answer_video : reachable=false
|
||||
@com.tsmobile.app:drawable/ic_call_answer_video_low : reachable=false
|
||||
@com.tsmobile.app:drawable/ic_call_decline : reachable=false
|
||||
@com.tsmobile.app:drawable/ic_call_decline_low : reachable=false
|
||||
@com.tsmobile.app:drawable/ic_launcher_foreground : reachable=false
|
||||
@com.tsmobile.app:drawable/notification_action_background : reachable=false
|
||||
@com.tsmobile.app:color/androidx_core_ripple_material_light
|
||||
@com.tsmobile.app:dimen/compat_button_inset_horizontal_material
|
||||
@com.tsmobile.app:dimen/compat_button_inset_vertical_material
|
||||
@com.tsmobile.app:dimen/compat_control_corner_material
|
||||
@com.tsmobile.app:dimen/compat_button_padding_vertical_material
|
||||
@com.tsmobile.app:dimen/compat_button_padding_horizontal_material
|
||||
@com.tsmobile.app:drawable/notification_bg : reachable=false
|
||||
@com.tsmobile.app:drawable/notification_bg_normal_pressed
|
||||
@com.tsmobile.app:drawable/notification_bg_normal
|
||||
@com.tsmobile.app:drawable/notification_bg_low : reachable=false
|
||||
@com.tsmobile.app:drawable/notification_bg_low_pressed
|
||||
@com.tsmobile.app:drawable/notification_bg_low_normal
|
||||
@com.tsmobile.app:drawable/notification_bg_low_normal : reachable=false
|
||||
@com.tsmobile.app:drawable/notification_bg_low_pressed : reachable=false
|
||||
@com.tsmobile.app:drawable/notification_bg_normal : reachable=false
|
||||
@com.tsmobile.app:drawable/notification_bg_normal_pressed : reachable=false
|
||||
@com.tsmobile.app:drawable/notification_icon_background : reachable=false
|
||||
@com.tsmobile.app:color/notification_icon_bg_color
|
||||
@com.tsmobile.app:drawable/notification_oversize_large_icon_bg : reachable=false
|
||||
@com.tsmobile.app:drawable/notification_template_icon_bg : reachable=false
|
||||
@com.tsmobile.app:drawable/notification_template_icon_low_bg : reachable=false
|
||||
@com.tsmobile.app:drawable/notification_tile_bg : reachable=false
|
||||
@com.tsmobile.app:drawable/notify_panel_notification_icon_bg
|
||||
@com.tsmobile.app:drawable/notify_panel_notification_icon_bg : reachable=false
|
||||
@com.tsmobile.app:id/accessibility_action_clickable_span : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_0 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_1 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_10 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_11 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_12 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_13 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_14 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_15 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_16 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_17 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_18 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_19 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_2 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_20 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_21 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_22 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_23 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_24 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_25 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_26 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_27 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_28 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_29 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_3 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_30 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_31 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_4 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_5 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_6 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_7 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_8 : reachable=true
|
||||
@com.tsmobile.app:id/accessibility_custom_action_9 : reachable=true
|
||||
@com.tsmobile.app:id/action_container : reachable=false
|
||||
@com.tsmobile.app:id/action_divider : reachable=false
|
||||
@com.tsmobile.app:id/action_image : reachable=false
|
||||
@com.tsmobile.app:id/action_text : reachable=false
|
||||
@com.tsmobile.app:id/actions : reachable=false
|
||||
@com.tsmobile.app:id/androidx_compose_ui_view_composition_context : reachable=true
|
||||
@com.tsmobile.app:id/async : reachable=false
|
||||
@com.tsmobile.app:id/blocking : reachable=false
|
||||
@com.tsmobile.app:id/chronometer : reachable=false
|
||||
@com.tsmobile.app:id/coil3_request_manager : reachable=false
|
||||
@com.tsmobile.app:id/compose_view_saveable_id_tag : reachable=true
|
||||
@com.tsmobile.app:id/consume_window_insets_tag : reachable=true
|
||||
@com.tsmobile.app:id/dialog_button : reachable=false
|
||||
@com.tsmobile.app:id/edit_text_id : reachable=false
|
||||
@com.tsmobile.app:id/forever : reachable=false
|
||||
@com.tsmobile.app:id/hide_graphics_layer_in_inspector_tag : reachable=true
|
||||
@com.tsmobile.app:id/hide_ime_id : reachable=false
|
||||
@com.tsmobile.app:id/hide_in_inspector_tag : reachable=true
|
||||
@com.tsmobile.app:id/icon : reachable=false
|
||||
@com.tsmobile.app:id/icon_group : reachable=false
|
||||
@com.tsmobile.app:id/info : reachable=false
|
||||
@com.tsmobile.app:id/inspection_slot_table_set : reachable=true
|
||||
@com.tsmobile.app:id/is_pooling_container_tag : reachable=true
|
||||
@com.tsmobile.app:id/italic : reachable=false
|
||||
@com.tsmobile.app:id/line1 : reachable=false
|
||||
@com.tsmobile.app:id/line3 : reachable=false
|
||||
@com.tsmobile.app:id/nav_controller_view_tag : reachable=false
|
||||
@com.tsmobile.app:id/normal : reachable=false
|
||||
@com.tsmobile.app:id/notification_background : reachable=false
|
||||
@com.tsmobile.app:id/notification_main_column : reachable=false
|
||||
@com.tsmobile.app:id/notification_main_column_container : reachable=false
|
||||
@com.tsmobile.app:id/pooling_container_listener_holder_tag : reachable=true
|
||||
@com.tsmobile.app:id/report_drawn : reachable=true
|
||||
@com.tsmobile.app:id/right_icon : reachable=false
|
||||
@com.tsmobile.app:id/right_side : reachable=false
|
||||
@com.tsmobile.app:id/tag_accessibility_actions : reachable=true
|
||||
@com.tsmobile.app:id/tag_accessibility_clickable_spans : reachable=true
|
||||
@com.tsmobile.app:id/tag_accessibility_heading : reachable=true
|
||||
@com.tsmobile.app:id/tag_accessibility_pane_title : reachable=true
|
||||
@com.tsmobile.app:id/tag_on_apply_window_listener : reachable=true
|
||||
@com.tsmobile.app:id/tag_on_receive_content_listener : reachable=false
|
||||
@com.tsmobile.app:id/tag_on_receive_content_mime_types : reachable=false
|
||||
@com.tsmobile.app:id/tag_screen_reader_focusable : reachable=true
|
||||
@com.tsmobile.app:id/tag_state_description : reachable=true
|
||||
@com.tsmobile.app:id/tag_transition_group : reachable=false
|
||||
@com.tsmobile.app:id/tag_unhandled_key_event_manager : reachable=true
|
||||
@com.tsmobile.app:id/tag_unhandled_key_listeners : reachable=true
|
||||
@com.tsmobile.app:id/tag_window_insets_animation_callback : reachable=true
|
||||
@com.tsmobile.app:id/text : reachable=false
|
||||
@com.tsmobile.app:id/text2 : reachable=false
|
||||
@com.tsmobile.app:id/time : reachable=false
|
||||
@com.tsmobile.app:id/title : reachable=false
|
||||
@com.tsmobile.app:id/view_tree_lifecycle_owner : reachable=true
|
||||
@com.tsmobile.app:id/view_tree_on_back_pressed_dispatcher_owner : reachable=true
|
||||
@com.tsmobile.app:id/view_tree_saved_state_registry_owner : reachable=true
|
||||
@com.tsmobile.app:id/view_tree_view_model_store_owner : reachable=true
|
||||
@com.tsmobile.app:id/wrapped_composition_tag : reachable=true
|
||||
@com.tsmobile.app:integer/m3c_window_layout_in_display_cutout_mode : reachable=false
|
||||
@com.tsmobile.app:integer/status_bar_notification_info_maxnum : reachable=false
|
||||
@com.tsmobile.app:layout/custom_dialog : reachable=false
|
||||
@com.tsmobile.app:layout/ime_base_split_test_activity : reachable=false
|
||||
@com.tsmobile.app:layout/ime_secondary_split_test_activity : reachable=false
|
||||
@com.tsmobile.app:layout/notification_action : reachable=false
|
||||
@com.tsmobile.app:style/Widget_Compat_NotificationActionContainer
|
||||
@com.tsmobile.app:dimen/notification_action_icon_size
|
||||
@com.tsmobile.app:style/Widget_Compat_NotificationActionText
|
||||
@com.tsmobile.app:layout/notification_action_tombstone : reachable=false
|
||||
@com.tsmobile.app:style/Widget_Compat_NotificationActionContainer
|
||||
@com.tsmobile.app:dimen/notification_action_icon_size
|
||||
@com.tsmobile.app:style/Widget_Compat_NotificationActionText
|
||||
@com.tsmobile.app:layout/notification_template_custom_big : reachable=false
|
||||
@com.tsmobile.app:layout/notification_template_icon_group
|
||||
@com.tsmobile.app:dimen/notification_large_icon_width
|
||||
@com.tsmobile.app:dimen/notification_large_icon_height
|
||||
@com.tsmobile.app:dimen/notification_right_side_padding_top
|
||||
@com.tsmobile.app:layout/notification_template_part_time
|
||||
@com.tsmobile.app:layout/notification_template_part_chronometer
|
||||
@com.tsmobile.app:style/TextAppearance_Compat_Notification_Info
|
||||
@com.tsmobile.app:layout/notification_template_icon_group : reachable=false
|
||||
@com.tsmobile.app:dimen/notification_large_icon_width
|
||||
@com.tsmobile.app:dimen/notification_large_icon_height
|
||||
@com.tsmobile.app:dimen/notification_big_circle_margin
|
||||
@com.tsmobile.app:dimen/notification_right_icon_size
|
||||
@com.tsmobile.app:layout/notification_template_part_chronometer : reachable=false
|
||||
@com.tsmobile.app:style/TextAppearance_Compat_Notification_Time
|
||||
@com.tsmobile.app:layout/notification_template_part_time : reachable=false
|
||||
@com.tsmobile.app:style/TextAppearance_Compat_Notification_Time
|
||||
@com.tsmobile.app:mipmap/ic_launcher : reachable=true
|
||||
@com.tsmobile.app:color/primary
|
||||
@com.tsmobile.app:drawable/ic_launcher_foreground
|
||||
@com.tsmobile.app:string/androidx_startup : reachable=true
|
||||
@com.tsmobile.app:string/app_name : reachable=true
|
||||
@com.tsmobile.app:string/call_notification_answer_action : reachable=false
|
||||
@com.tsmobile.app:string/call_notification_answer_video_action : reachable=false
|
||||
@com.tsmobile.app:string/call_notification_decline_action : reachable=false
|
||||
@com.tsmobile.app:string/call_notification_hang_up_action : reachable=false
|
||||
@com.tsmobile.app:string/call_notification_incoming_text : reachable=false
|
||||
@com.tsmobile.app:string/call_notification_ongoing_text : reachable=false
|
||||
@com.tsmobile.app:string/call_notification_screening_text : reachable=false
|
||||
@com.tsmobile.app:string/close_drawer : reachable=false
|
||||
@com.tsmobile.app:string/close_sheet : reachable=true
|
||||
@com.tsmobile.app:string/default_error_message : reachable=true
|
||||
@com.tsmobile.app:string/default_popup_window_title : reachable=true
|
||||
@com.tsmobile.app:string/dropdown_menu : reachable=false
|
||||
@com.tsmobile.app:string/in_progress : reachable=true
|
||||
@com.tsmobile.app:string/indeterminate : reachable=true
|
||||
@com.tsmobile.app:string/m3c_bottom_sheet_collapse_description : reachable=true
|
||||
@com.tsmobile.app:string/m3c_bottom_sheet_dismiss_description : reachable=true
|
||||
@com.tsmobile.app:string/m3c_bottom_sheet_drag_handle_description : reachable=true
|
||||
@com.tsmobile.app:string/m3c_bottom_sheet_expand_description : reachable=true
|
||||
@com.tsmobile.app:string/m3c_bottom_sheet_pane_title : reachable=true
|
||||
@com.tsmobile.app:string/m3c_date_input_headline : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_input_headline_description : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_input_invalid_for_pattern : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_input_invalid_not_allowed : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_input_invalid_year_range : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_input_label : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_input_no_input_description : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_input_title : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_picker_headline : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_picker_headline_description : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_picker_navigate_to_year_description : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_picker_no_selection_description : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_picker_scroll_to_earlier_years : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_picker_scroll_to_later_years : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_picker_switch_to_calendar_mode : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_picker_switch_to_day_selection : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_picker_switch_to_input_mode : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_picker_switch_to_next_month : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_picker_switch_to_previous_month : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_picker_switch_to_year_selection : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_picker_title : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_picker_today_description : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_picker_year_picker_pane_title : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_range_input_invalid_range_input : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_range_input_title : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_range_picker_day_in_range : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_range_picker_end_headline : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_range_picker_scroll_to_next_month : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_range_picker_scroll_to_previous_month : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_range_picker_start_headline : reachable=false
|
||||
@com.tsmobile.app:string/m3c_date_range_picker_title : reachable=false
|
||||
@com.tsmobile.app:string/m3c_dialog : reachable=true
|
||||
@com.tsmobile.app:string/m3c_dropdown_menu_collapsed : reachable=false
|
||||
@com.tsmobile.app:string/m3c_dropdown_menu_expanded : reachable=false
|
||||
@com.tsmobile.app:string/m3c_dropdown_menu_toggle : reachable=false
|
||||
@com.tsmobile.app:string/m3c_search_bar_search : reachable=false
|
||||
@com.tsmobile.app:string/m3c_snackbar_dismiss : reachable=false
|
||||
@com.tsmobile.app:string/m3c_suggestions_available : reachable=false
|
||||
@com.tsmobile.app:string/m3c_time_picker_am : reachable=false
|
||||
@com.tsmobile.app:string/m3c_time_picker_hour : reachable=false
|
||||
@com.tsmobile.app:string/m3c_time_picker_hour_24h_suffix : reachable=false
|
||||
@com.tsmobile.app:string/m3c_time_picker_hour_selection : reachable=false
|
||||
@com.tsmobile.app:string/m3c_time_picker_hour_suffix : reachable=false
|
||||
@com.tsmobile.app:string/m3c_time_picker_hour_text_field : reachable=false
|
||||
@com.tsmobile.app:string/m3c_time_picker_minute : reachable=false
|
||||
@com.tsmobile.app:string/m3c_time_picker_minute_selection : reachable=false
|
||||
@com.tsmobile.app:string/m3c_time_picker_minute_suffix : reachable=false
|
||||
@com.tsmobile.app:string/m3c_time_picker_minute_text_field : reachable=false
|
||||
@com.tsmobile.app:string/m3c_time_picker_period_toggle_description : reachable=false
|
||||
@com.tsmobile.app:string/m3c_time_picker_pm : reachable=false
|
||||
@com.tsmobile.app:string/m3c_tooltip_long_press_label : reachable=false
|
||||
@com.tsmobile.app:string/m3c_tooltip_pane_description : reachable=false
|
||||
@com.tsmobile.app:string/navigation_menu : reachable=false
|
||||
@com.tsmobile.app:string/not_selected : reachable=true
|
||||
@com.tsmobile.app:string/range_end : reachable=false
|
||||
@com.tsmobile.app:string/range_start : reachable=false
|
||||
@com.tsmobile.app:string/selected : reachable=true
|
||||
@com.tsmobile.app:string/state_empty : reachable=true
|
||||
@com.tsmobile.app:string/state_off : reachable=true
|
||||
@com.tsmobile.app:string/state_on : reachable=true
|
||||
@com.tsmobile.app:string/status_bar_notification_info_overflow : reachable=false
|
||||
@com.tsmobile.app:string/switch_role : reachable=true
|
||||
@com.tsmobile.app:string/tab : reachable=true
|
||||
@com.tsmobile.app:string/template_percent : reachable=true
|
||||
@com.tsmobile.app:string/tooltip_description : reachable=false
|
||||
@com.tsmobile.app:string/tooltip_label : reachable=false
|
||||
@com.tsmobile.app:style/DialogWindowTheme : reachable=true
|
||||
@com.tsmobile.app:style/EdgeToEdgeFloatingDialogTheme : reachable=false
|
||||
@com.tsmobile.app:integer/m3c_window_layout_in_display_cutout_mode
|
||||
@com.tsmobile.app:style/EdgeToEdgeFloatingDialogWindowTheme : reachable=true
|
||||
@com.tsmobile.app:style/EdgeToEdgeFloatingDialogTheme
|
||||
@com.tsmobile.app:style/FloatingDialogTheme : reachable=false
|
||||
@com.tsmobile.app:style/FloatingDialogWindowTheme : reachable=false
|
||||
@com.tsmobile.app:style/FloatingDialogTheme
|
||||
@com.tsmobile.app:style/TextAppearance_Compat_Notification : reachable=false
|
||||
@com.tsmobile.app:style/TextAppearance_Compat_Notification_Info : reachable=false
|
||||
@com.tsmobile.app:style/TextAppearance_Compat_Notification_Line2 : reachable=false
|
||||
@com.tsmobile.app:style/TextAppearance_Compat_Notification_Info
|
||||
@com.tsmobile.app:style/TextAppearance_Compat_Notification_Time : reachable=false
|
||||
@com.tsmobile.app:style/TextAppearance_Compat_Notification_Title : reachable=false
|
||||
@com.tsmobile.app:style/Theme_TSMobile : reachable=true
|
||||
@com.tsmobile.app:style/Widget_Compat_NotificationActionContainer : reachable=false
|
||||
@com.tsmobile.app:drawable/notification_action_background
|
||||
@com.tsmobile.app:style/Widget_Compat_NotificationActionText : reachable=false
|
||||
@com.tsmobile.app:color/androidx_core_secondary_text_default_material_light
|
||||
@com.tsmobile.app:dimen/notification_action_text_size
|
||||
|
||||
The root reachable resources are:
|
||||
id:accessibility_action_clickable_span:2131034112
|
||||
id:accessibility_custom_action_0:2131034113
|
||||
id:accessibility_custom_action_1:2131034114
|
||||
id:accessibility_custom_action_10:2131034115
|
||||
id:accessibility_custom_action_11:2131034116
|
||||
id:accessibility_custom_action_12:2131034117
|
||||
id:accessibility_custom_action_13:2131034118
|
||||
id:accessibility_custom_action_14:2131034119
|
||||
id:accessibility_custom_action_15:2131034120
|
||||
id:accessibility_custom_action_16:2131034121
|
||||
id:accessibility_custom_action_17:2131034122
|
||||
id:accessibility_custom_action_18:2131034123
|
||||
id:accessibility_custom_action_19:2131034124
|
||||
id:accessibility_custom_action_2:2131034125
|
||||
id:accessibility_custom_action_20:2131034126
|
||||
id:accessibility_custom_action_21:2131034127
|
||||
id:accessibility_custom_action_22:2131034128
|
||||
id:accessibility_custom_action_23:2131034129
|
||||
id:accessibility_custom_action_24:2131034130
|
||||
id:accessibility_custom_action_25:2131034131
|
||||
id:accessibility_custom_action_26:2131034132
|
||||
id:accessibility_custom_action_27:2131034133
|
||||
id:accessibility_custom_action_28:2131034134
|
||||
id:accessibility_custom_action_29:2131034135
|
||||
id:accessibility_custom_action_3:2131034136
|
||||
id:accessibility_custom_action_30:2131034137
|
||||
id:accessibility_custom_action_31:2131034138
|
||||
id:accessibility_custom_action_4:2131034139
|
||||
id:accessibility_custom_action_5:2131034140
|
||||
id:accessibility_custom_action_6:2131034141
|
||||
id:accessibility_custom_action_7:2131034142
|
||||
id:accessibility_custom_action_8:2131034143
|
||||
id:accessibility_custom_action_9:2131034144
|
||||
id:androidx_compose_ui_view_composition_context:2131034150
|
||||
id:compose_view_saveable_id_tag:2131034155
|
||||
id:consume_window_insets_tag:2131034156
|
||||
id:hide_graphics_layer_in_inspector_tag:2131034160
|
||||
id:hide_in_inspector_tag:2131034162
|
||||
id:inspection_slot_table_set:2131034166
|
||||
id:is_pooling_container_tag:2131034167
|
||||
id:pooling_container_listener_holder_tag:2131034176
|
||||
id:report_drawn:2131034177
|
||||
id:tag_accessibility_actions:2131034180
|
||||
id:tag_accessibility_clickable_spans:2131034181
|
||||
id:tag_accessibility_heading:2131034182
|
||||
id:tag_accessibility_pane_title:2131034183
|
||||
id:tag_on_apply_window_listener:2131034184
|
||||
id:tag_screen_reader_focusable:2131034187
|
||||
id:tag_state_description:2131034188
|
||||
id:tag_unhandled_key_event_manager:2131034190
|
||||
id:tag_unhandled_key_listeners:2131034191
|
||||
id:tag_window_insets_animation_callback:2131034192
|
||||
id:view_tree_lifecycle_owner:2131034197
|
||||
id:view_tree_on_back_pressed_dispatcher_owner:2131034198
|
||||
id:view_tree_saved_state_registry_owner:2131034199
|
||||
id:view_tree_view_model_store_owner:2131034200
|
||||
id:wrapped_composition_tag:2131034201
|
||||
mipmap:ic_launcher:2131230720
|
||||
string:androidx_startup:2131296256
|
||||
string:app_name:2131296257
|
||||
string:close_sheet:2131296266
|
||||
string:default_error_message:2131296267
|
||||
string:default_popup_window_title:2131296268
|
||||
string:in_progress:2131296270
|
||||
string:indeterminate:2131296271
|
||||
string:m3c_bottom_sheet_collapse_description:2131296272
|
||||
string:m3c_bottom_sheet_dismiss_description:2131296273
|
||||
string:m3c_bottom_sheet_drag_handle_description:2131296274
|
||||
string:m3c_bottom_sheet_expand_description:2131296275
|
||||
string:m3c_bottom_sheet_pane_title:2131296276
|
||||
string:m3c_dialog:2131296308
|
||||
string:not_selected:2131296330
|
||||
string:selected:2131296333
|
||||
string:state_empty:2131296334
|
||||
string:state_off:2131296335
|
||||
string:state_on:2131296336
|
||||
string:switch_role:2131296338
|
||||
string:tab:2131296339
|
||||
string:template_percent:2131296340
|
||||
style:DialogWindowTheme:2131361792
|
||||
style:EdgeToEdgeFloatingDialogWindowTheme:2131361794
|
||||
style:Theme_TSMobile:2131361802
|
||||
Unused resources are:
|
||||
color:androidx_core_ripple_material_light:2130837504
|
||||
color:androidx_core_secondary_text_default_material_light:2130837505
|
||||
color:background:2130837506
|
||||
color:call_notification_answer_color:2130837507
|
||||
color:call_notification_decline_color:2130837508
|
||||
color:notification_action_color_filter:2130837509
|
||||
color:notification_icon_bg_color:2130837510
|
||||
color:surface:2130837512
|
||||
color:vector_tint_color:2130837513
|
||||
color:vector_tint_theme_color:2130837514
|
||||
dimen:compat_button_inset_horizontal_material:2130903040
|
||||
dimen:compat_button_inset_vertical_material:2130903041
|
||||
dimen:compat_button_padding_horizontal_material:2130903042
|
||||
dimen:compat_button_padding_vertical_material:2130903043
|
||||
dimen:compat_control_corner_material:2130903044
|
||||
dimen:compat_notification_large_icon_max_height:2130903045
|
||||
dimen:compat_notification_large_icon_max_width:2130903046
|
||||
dimen:notification_action_icon_size:2130903047
|
||||
dimen:notification_action_text_size:2130903048
|
||||
dimen:notification_big_circle_margin:2130903049
|
||||
dimen:notification_content_margin_start:2130903050
|
||||
dimen:notification_large_icon_height:2130903051
|
||||
dimen:notification_large_icon_width:2130903052
|
||||
dimen:notification_main_column_padding_top:2130903053
|
||||
dimen:notification_media_narrow_margin:2130903054
|
||||
dimen:notification_right_icon_size:2130903055
|
||||
dimen:notification_right_side_padding_top:2130903056
|
||||
dimen:notification_small_icon_background_padding:2130903057
|
||||
dimen:notification_small_icon_size_as_large:2130903058
|
||||
dimen:notification_subtext_size:2130903059
|
||||
dimen:notification_top_pad:2130903060
|
||||
dimen:notification_top_pad_large_text:2130903061
|
||||
drawable:abc_vector_test:2130968576
|
||||
drawable:ic_call_answer:2130968577
|
||||
drawable:ic_call_answer_low:2130968578
|
||||
drawable:ic_call_answer_video:2130968579
|
||||
drawable:ic_call_answer_video_low:2130968580
|
||||
drawable:ic_call_decline:2130968581
|
||||
drawable:ic_call_decline_low:2130968582
|
||||
drawable:notification_action_background:2130968584
|
||||
drawable:notification_bg:2130968585
|
||||
drawable:notification_bg_low:2130968586
|
||||
drawable:notification_bg_low_normal:2130968587
|
||||
drawable:notification_bg_low_pressed:2130968588
|
||||
drawable:notification_bg_normal:2130968589
|
||||
drawable:notification_bg_normal_pressed:2130968590
|
||||
drawable:notification_icon_background:2130968591
|
||||
drawable:notification_oversize_large_icon_bg:2130968592
|
||||
drawable:notification_template_icon_bg:2130968593
|
||||
drawable:notification_template_icon_low_bg:2130968594
|
||||
drawable:notification_tile_bg:2130968595
|
||||
drawable:notify_panel_notification_icon_bg:2130968596
|
||||
id:action_container:2131034145
|
||||
id:action_divider:2131034146
|
||||
id:action_image:2131034147
|
||||
id:action_text:2131034148
|
||||
id:actions:2131034149
|
||||
id:async:2131034151
|
||||
id:blocking:2131034152
|
||||
id:chronometer:2131034153
|
||||
id:coil3_request_manager:2131034154
|
||||
id:dialog_button:2131034157
|
||||
id:edit_text_id:2131034158
|
||||
id:forever:2131034159
|
||||
id:hide_ime_id:2131034161
|
||||
id:icon:2131034163
|
||||
id:icon_group:2131034164
|
||||
id:info:2131034165
|
||||
id:italic:2131034168
|
||||
id:line1:2131034169
|
||||
id:line3:2131034170
|
||||
id:nav_controller_view_tag:2131034171
|
||||
id:normal:2131034172
|
||||
id:notification_background:2131034173
|
||||
id:notification_main_column:2131034174
|
||||
id:notification_main_column_container:2131034175
|
||||
id:right_icon:2131034178
|
||||
id:right_side:2131034179
|
||||
id:tag_on_receive_content_listener:2131034185
|
||||
id:tag_on_receive_content_mime_types:2131034186
|
||||
id:tag_transition_group:2131034189
|
||||
id:text:2131034193
|
||||
id:text2:2131034194
|
||||
id:time:2131034195
|
||||
id:title:2131034196
|
||||
integer:status_bar_notification_info_maxnum:2131099649
|
||||
layout:custom_dialog:2131165184
|
||||
layout:ime_base_split_test_activity:2131165185
|
||||
layout:ime_secondary_split_test_activity:2131165186
|
||||
layout:notification_action:2131165187
|
||||
layout:notification_action_tombstone:2131165188
|
||||
layout:notification_template_custom_big:2131165189
|
||||
layout:notification_template_icon_group:2131165190
|
||||
layout:notification_template_part_chronometer:2131165191
|
||||
layout:notification_template_part_time:2131165192
|
||||
string:call_notification_answer_action:2131296258
|
||||
string:call_notification_answer_video_action:2131296259
|
||||
string:call_notification_decline_action:2131296260
|
||||
string:call_notification_hang_up_action:2131296261
|
||||
string:call_notification_incoming_text:2131296262
|
||||
string:call_notification_ongoing_text:2131296263
|
||||
string:call_notification_screening_text:2131296264
|
||||
string:close_drawer:2131296265
|
||||
string:dropdown_menu:2131296269
|
||||
string:m3c_date_input_headline:2131296277
|
||||
string:m3c_date_input_headline_description:2131296278
|
||||
string:m3c_date_input_invalid_for_pattern:2131296279
|
||||
string:m3c_date_input_invalid_not_allowed:2131296280
|
||||
string:m3c_date_input_invalid_year_range:2131296281
|
||||
string:m3c_date_input_label:2131296282
|
||||
string:m3c_date_input_no_input_description:2131296283
|
||||
string:m3c_date_input_title:2131296284
|
||||
string:m3c_date_picker_headline:2131296285
|
||||
string:m3c_date_picker_headline_description:2131296286
|
||||
string:m3c_date_picker_navigate_to_year_description:2131296287
|
||||
string:m3c_date_picker_no_selection_description:2131296288
|
||||
string:m3c_date_picker_scroll_to_earlier_years:2131296289
|
||||
string:m3c_date_picker_scroll_to_later_years:2131296290
|
||||
string:m3c_date_picker_switch_to_calendar_mode:2131296291
|
||||
string:m3c_date_picker_switch_to_day_selection:2131296292
|
||||
string:m3c_date_picker_switch_to_input_mode:2131296293
|
||||
string:m3c_date_picker_switch_to_next_month:2131296294
|
||||
string:m3c_date_picker_switch_to_previous_month:2131296295
|
||||
string:m3c_date_picker_switch_to_year_selection:2131296296
|
||||
string:m3c_date_picker_title:2131296297
|
||||
string:m3c_date_picker_today_description:2131296298
|
||||
string:m3c_date_picker_year_picker_pane_title:2131296299
|
||||
string:m3c_date_range_input_invalid_range_input:2131296300
|
||||
string:m3c_date_range_input_title:2131296301
|
||||
string:m3c_date_range_picker_day_in_range:2131296302
|
||||
string:m3c_date_range_picker_end_headline:2131296303
|
||||
string:m3c_date_range_picker_scroll_to_next_month:2131296304
|
||||
string:m3c_date_range_picker_scroll_to_previous_month:2131296305
|
||||
string:m3c_date_range_picker_start_headline:2131296306
|
||||
string:m3c_date_range_picker_title:2131296307
|
||||
string:m3c_dropdown_menu_collapsed:2131296309
|
||||
string:m3c_dropdown_menu_expanded:2131296310
|
||||
string:m3c_dropdown_menu_toggle:2131296311
|
||||
string:m3c_search_bar_search:2131296312
|
||||
string:m3c_snackbar_dismiss:2131296313
|
||||
string:m3c_suggestions_available:2131296314
|
||||
string:m3c_time_picker_am:2131296315
|
||||
string:m3c_time_picker_hour:2131296316
|
||||
string:m3c_time_picker_hour_24h_suffix:2131296317
|
||||
string:m3c_time_picker_hour_selection:2131296318
|
||||
string:m3c_time_picker_hour_suffix:2131296319
|
||||
string:m3c_time_picker_hour_text_field:2131296320
|
||||
string:m3c_time_picker_minute:2131296321
|
||||
string:m3c_time_picker_minute_selection:2131296322
|
||||
string:m3c_time_picker_minute_suffix:2131296323
|
||||
string:m3c_time_picker_minute_text_field:2131296324
|
||||
string:m3c_time_picker_period_toggle_description:2131296325
|
||||
string:m3c_time_picker_pm:2131296326
|
||||
string:m3c_tooltip_long_press_label:2131296327
|
||||
string:m3c_tooltip_pane_description:2131296328
|
||||
string:navigation_menu:2131296329
|
||||
string:range_end:2131296331
|
||||
string:range_start:2131296332
|
||||
string:status_bar_notification_info_overflow:2131296337
|
||||
string:tooltip_description:2131296341
|
||||
string:tooltip_label:2131296342
|
||||
style:FloatingDialogTheme:2131361795
|
||||
style:FloatingDialogWindowTheme:2131361796
|
||||
style:TextAppearance_Compat_Notification:2131361797
|
||||
style:TextAppearance_Compat_Notification_Info:2131361798
|
||||
style:TextAppearance_Compat_Notification_Line2:2131361799
|
||||
style:TextAppearance_Compat_Notification_Time:2131361800
|
||||
style:TextAppearance_Compat_Notification_Title:2131361801
|
||||
style:Widget_Compat_NotificationActionContainer:2131361803
|
||||
style:Widget_Compat_NotificationActionText:2131361804
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user