Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions EmojiCompatKotlin/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
android:supportsRtl="true"
android:theme="@style/Theme.EmojiCompat"
tools:ignore="GoogleAppIndexingWarning">

<!-- Adding this meta-data will download the font when application is installed from
Google Play Store. This way the font will be downloaded and ready when your app starts
for the first time. -->
<meta-data android:name="fontProviderRequests" android:value="Noto Color Emoji Compat"/>

<activity
android:name=".MainActivity"
Expand Down