Documentation
    Preparing search index...
    • Patch AndroidManifest.xml with permissions, features, and optional intents.

      Parameters

      • buildDir: string

        directory where the app will be built

      • allowShareTo: boolean

        add share-to intent filter

      • allowFCM: boolean

        add FCM push notification support

      • allowAuthIntent: boolean

        add authentication intent

      Returns Promise<void>