Commit 0b730214 authored by wanglei's avatar wanglei

==========混淆脚本前定位=========

parent 213714be
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
<application <application
android:name=".MyApplication"
android:allowBackup="true" android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules" android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules" android:fullBackupContent="@xml/backup_rules"
...@@ -19,7 +20,7 @@ ...@@ -19,7 +20,7 @@
android:requestLegacyExternalStorage="true" android:requestLegacyExternalStorage="true"
android:roundIcon="@mipmap/logo" android:roundIcon="@mipmap/logo"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/Theme.Smartfilemanager" android:theme="@style/Theme.Superfilemanager"
tools:targetApi="31"> tools:targetApi="31">
<activity <activity
android:name=".activity.splash.SplashActivity" android:name=".activity.splash.SplashActivity"
......
<resources xmlns:tools="http://schemas.android.com/tools"> <resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. --> <!-- Base application theme. -->
<style name="Base.Theme.Smartfilemanager" parent="Theme.Material3.DayNight.NoActionBar"> <style name="Base.Theme.Superfilemanager" parent="Theme.Material3.DayNight.NoActionBar">
<!-- Customize your light theme here. --> <!-- Customize your light theme here. -->
<!-- <item name="colorPrimary">@color/my_light_primary</item> --> <!-- <item name="colorPrimary">@color/my_light_primary</item> -->
</style> </style>
<style name="Theme.Smartfilemanager" parent="Base.Theme.Smartfilemanager" /> <style name="Theme.Superfilemanager" parent="Base.Theme.Superfilemanager" />
</resources> </resources>
\ No newline at end of file
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