remove ads activity declaration and change package name

This commit is contained in:
ender non 2024-07-29 01:11:12 +08:00 committed by GitHub
parent 91b6ec1a47
commit deb10c72cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.idoideas.stickermaker">
package="com.endernon.stickermaker">
<uses-permission android:name="android.permission.WRITE_INTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
@ -24,10 +24,6 @@
android:name="com.android.billingclient.api.ProxyBillingActivity"
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
android:theme="@android:style/Theme.Translucent.NoTitleBar" />
<activity
android:name="com.google.android.gms.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"
android:theme="@android:style/Theme.Translucent" />
<activity
android:name=".WhatsAppBasedCode.StickerPackListActivity"
android:label="@string/title_activity_sticker_packs_list"
@ -73,4 +69,4 @@
</provider>
</application>
</manifest>
</manifest>