Surface OEM AUTO_START blocks in UnifiedPush settings status.

TCL App Boot can drop NEW_ENDPOINT; show a clear allow-auto-start hint when detected.
This commit is contained in:
2026-07-28 02:39:35 +10:00
parent 0fb3da20b9
commit ea7642f0bb
2 changed files with 11 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ type UnifiedPushStatus = {
distributor: string;
distributors: string[] | string;
lastFailure?: string;
/** OEM App Boot / AUTO_START is blocking distributor broadcasts (e.g. TCL). */
autoStartBlocked?: boolean;
};
type UnifiedPushEndpointEvent = {