Copy up from Release-Engine-Staging @ 16738359

This represents UE4/Main @ 16738161 and Dev-PerfTest @ 16737719

[CL 16738582 by aurel cordonnier in ue5-release-engine-test branch]
This commit is contained in:
aurel cordonnier
2021-06-22 00:27:54 -04:00
parent 157e316678
commit 02c0f425e8
27597 changed files with 147035 additions and 4625707 deletions

View File

@@ -0,0 +1,32 @@
{
"FileVersion" : 3,
"Version" : 1,
"VersionName" : "1.0",
"FriendlyName" : "Android Background Service",
"Description" : "Allows you to use AndroidX WorkManager to perform background work on Android",
"Category" : "Android Background Service",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"EnabledByDefault" : false,
"SupportedTargetPlatforms": [
"Android"
],
"Modules" :
[
{
"Name": "AndroidBackgroundService",
"Type": "RuntimeNoCommandlet",
"LoadingPhase": "PreEarlyLoadingScreen",
"WhitelistPlatforms": [
"Android"
]
}
],
"LocalizationTargets":
[
{
"Name": "AndroidBackgroundService",
"LoadingPolicy": "Always"
}
]
}