update core 1.3.2

This commit is contained in:
2024-10-09 15:56:50 +08:00
parent 6d7cb4d65e
commit e5e397e520
8 changed files with 106 additions and 10 deletions

View File

@@ -105,7 +105,7 @@ namespace Topon_Adapter.Editor
if (launcherElement == null)
{
//增加穿山甲配置
// elementlauncherApplication.Add (CreateCSJGromore ());
elementlauncherApplication.Add (CreateCSJGromore ());
}
var elementMainManifest = manifest.Element ("manifest");
@@ -188,15 +188,15 @@ namespace Topon_Adapter.Editor
{
// ReSharper disable once InvalidXmlDocComment
/**
*<provider
android:name="com.bytedance.sdk.openadsdk.TTFileProvider"
android:authorities="${applicationId}.TTFileProvider"
android:exported="false"
android:grantUriPermissions="true"
tools:replace="android:authorities">
<provider
android:name="com.bytedance.sdk.openadsdk.TTFileProvider"
android:authorities="${applicationId}.TTFileProvider"
android:exported="false"
android:grantUriPermissions="true"
tools:replace="android:authorities">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/alex_tt_file_path" />
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/anythink_bk_tt_file_path"/>
</provider>
*
*/
@@ -209,7 +209,6 @@ namespace Topon_Adapter.Editor
providerData.Add (new XAttribute (ToolsNamespace + "replace" , "android:authorities"));
var metaData = new XElement ("meta-data");
metaData.Add (new XAttribute (AndroidNamespace + "name" , "android.support.FILE_PROVIDER_PATHS"));
// metaData.Add (new XAttribute (AndroidNamespace + "resource" , "@xml/alex_tt_file_path"));
metaData.Add (new XAttribute (AndroidNamespace + "resource" , "@xml/anythink_bk_tt_file_path"));
providerData.Add (metaData);
return providerData;