Files
UnrealEngine/Engine/Plugins/Runtime/AndroidBackgroundService/AndroidBackgroundService.uplugin
2025-05-18 13:04:45 +08:00

33 lines
704 B
Plaintext

{
"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" : "https://epicgames.com",
"EnabledByDefault" : false,
"SupportedTargetPlatforms": [
"Android"
],
"Modules" :
[
{
"Name": "AndroidBackgroundService",
"Type": "RuntimeNoCommandlet",
"LoadingPhase": "PreEarlyLoadingScreen",
"PlatformAllowList": [
"Android"
]
}
],
"LocalizationTargets":
[
{
"Name": "AndroidBackgroundService",
"LoadingPolicy": "Always"
}
]
}