Skip to content

feat: add option to specify services in AndroidManifest#2684

Merged
tido64 merged 2 commits intomicrosoft:trunkfrom
CptFabulouso:android-manifest-services
Feb 25, 2026
Merged

feat: add option to specify services in AndroidManifest#2684
tido64 merged 2 commits intomicrosoft:trunkfrom
CptFabulouso:android-manifest-services

Conversation

@CptFabulouso
Copy link
Contributor

Description

add option to specify services in AndroidManifest.

Platforms affected

  • Android
  • iOS
  • macOS
  • visionOS
  • Windows

Test plan

Add to app.json

 "services": [
      {
        "android:name": "com.example.locationService",
        "android:exported": true,
        "android:foregroundServiceType": "location"
      }
    ],

and see it added to AndroidManifest

@CptFabulouso
Copy link
Contributor Author

@microsoft-github-policy-service agree

Copy link
Member

@tido64 tido64 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this is a nice addition.

@tido64 tido64 enabled auto-merge (squash) February 25, 2026 12:29
@tido64 tido64 merged commit 6a44965 into microsoft:trunk Feb 25, 2026
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants