Created
July 29, 2019 10:19
-
-
Save shohan4556/bbddd99af1a8513c0f569ac35e1a55bf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<meta-data | |
android:name="com.huawei.hms.client.appid" | |
android:value="appid=100623175"> | |
</meta-data> | |
<meta-data | |
android:name="com.huawei.hms.client.cpid" | |
android:value="cpid=890060200000000049"> | |
</meta-data> | |
<meta-data | |
android:name="com.huawei.hms.version" | |
android:value="2.6.1"> | |
</meta-data> | |
<provider android:name="com.huawei.hms.update.provider.UpdateProvider" | |
android:authorities="com.b2mgames.BoomSwipe.huawei.hms.update.provider" | |
android:exported="false" | |
android:grantUriPermissions="true" > | |
</provider> | |
<provider | |
android:name="com.huawei.updatesdk.fileprovider.UpdateSdkFileProvider" | |
android:authorities="com.b2mgames.BoomSwipe.huawei.updateSdk.fileProvider" | |
android:exported="false" | |
android:grantUriPermissions="true"> | |
</provider> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment