update icon

This commit is contained in:
2026-02-23 22:51:21 +07:00
parent 7679f54257
commit e3356862fe
550 changed files with 10929 additions and 21951 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.acnoo.pospro"
package="com.kulapos.id"
android:versionCode="14"
android:versionName="1.0.13" >
@@ -55,10 +55,10 @@
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<permission
android:name="com.acnoo.pospro.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
android:name="com.kulapos.id.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
android:protectionLevel="signature" />
<uses-permission android:name="com.acnoo.pospro.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
<uses-permission android:name="com.kulapos.id.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
<application
android:name="android.app.Application"
@@ -69,7 +69,7 @@
android:icon="@mipmap/ic_launcher"
android:label="Kulakpos" >
<activity
android:name="com.acnoo.pospro.MainActivity"
android:name="com.kulapos.id.MainActivity"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|smallestScreenSize|locale|layoutDirection|fontScale|screenLayout|density|uiMode"
android:exported="true"
android:hardwareAccelerated="true"
@@ -108,7 +108,7 @@
-->
<provider
android:name="dev.fluttercommunity.plus.share.ShareFileProvider"
android:authorities="com.acnoo.pospro.flutter.share_provider"
android:authorities="com.kulapos.id.flutter.share_provider"
android:exported="false"
android:grantUriPermissions="true" >
<meta-data
@@ -162,7 +162,7 @@
<provider
android:name="com.crazecoder.openfile.FileProvider"
android:authorities="com.acnoo.pospro.fileProvider.com.crazecoder.openfile"
android:authorities="com.kulapos.id.fileProvider.com.crazecoder.openfile"
android:exported="false"
android:grantUriPermissions="true"
android:requestLegacyExternalStorage="true" >
@@ -194,12 +194,12 @@
<provider
android:name="com.google.mlkit.common.internal.MlKitInitProvider"
android:authorities="com.acnoo.pospro.mlkitinitprovider"
android:authorities="com.kulapos.id.mlkitinitprovider"
android:exported="false"
android:initOrder="99" />
<provider
android:name="io.flutter.plugins.imagepicker.ImagePickerFileProvider"
android:authorities="com.acnoo.pospro.flutter.image_provider"
android:authorities="com.kulapos.id.flutter.image_provider"
android:exported="false"
android:grantUriPermissions="true" >
<meta-data
@@ -221,7 +221,7 @@
<provider
android:name="net.nfet.flutter.printing.PrintFileProvider"
android:authorities="com.acnoo.pospro.flutter.printing"
android:authorities="com.kulapos.id.flutter.printing"
android:exported="false"
android:grantUriPermissions="true" >
<meta-data
@@ -263,7 +263,7 @@
<provider
android:name="androidx.startup.InitializationProvider"
android:authorities="com.acnoo.pospro.androidx-startup"
android:authorities="com.kulapos.id.androidx-startup"
android:exported="false" >
<meta-data
android:name="androidx.emoji2.text.EmojiCompatInitializer"