Move huawei manifest metadata to huawei flavor

This commit is contained in:
andrew 2023-08-11 17:45:56 +09:30
parent 77100231d2
commit 9899b37f43
1 changed files with 10 additions and 0 deletions

View File

@ -3,6 +3,16 @@
xmlns:tools="http://schemas.android.com/tools">
<application tools:node="merge">
<meta-data
android:name="com.huawei.hms.client.appid"
android:value="appid=107205081">
</meta-data>
<meta-data
android:name="com.huawei.hms.client.cpid"
android:value="cpid=30061000024605000">
</meta-data>
<service
android:name="org.thoughtcrime.securesms.notifications.HuaweiPushService"
android:enabled="true"