Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3be1edb2 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Merge cherrypicks of ['googleplex-android-review.googlesource.com/22994099']...

Merge cherrypicks of ['googleplex-android-review.googlesource.com/22994099'] into sparse-10102984-L51900000960588890.
SPARSE_CHANGE: Ie5c6e8dbc69001478af78923b02bcca7777ed6b1

Change-Id: Id05051dd96bd240e47cb0e195446879a40915bea
parents 041a9567 4d6c1e48
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -1011,5 +1011,16 @@
            android:exported="true"
            android:permission="android.permission.CUSTOMIZE_SYSTEM_UI"
            />

        <!-- TODO(b/278897602): Disable EmojiCompatInitializer until threading issues are fixed.
             https://developer.android.com/reference/androidx/emoji2/text/EmojiCompatInitializer -->
        <provider
            android:name="androidx.startup.InitializationProvider"
            android:authorities="${applicationId}.androidx-startup"
            android:exported="false"
            tools:node="merge">
            <meta-data android:name="androidx.emoji2.text.EmojiCompatInitializer"
                tools:node="remove" />
        </provider>
    </application>
</manifest>