Posts

Application Logo Update Without App new build

Development Mode   -------------------------------------------------------------------------------------------------------------------------------- AndroidManifest.xml (debug) < manifest xmlns:android = "http://schemas.android.com/apk/res/android"     xmlns:tools = "http://schemas.android.com/tools" >     < application >         < activity             android:name = ".MainActivity"             android:exported = "true"             tools:replace = "android:exported" >             < intent-filter >                 < action android:name = "android.intent.action.MAIN" />                 < category android:name = "android.intent.category.LAUNCHER" />             </ intent-filter ...

Android & Flutter App Live JKS Create

  1) build.gradle JAVA (App) def keystoreProperties = new Properties() def keystorePropertiesFile = rootProject.file("key.properties") if (keystorePropertiesFile.exists()) {    keystoreProperties.load(new FileInputStream(keystorePropertiesFile)) } => Android    signingConfigs {        create("release") {             keyAlias = keystoreProperties["keyAlias"] as String             keyPassword = keystoreProperties["keyPassword"] as String             storeFile = keystoreProperties["storeFile"] ? file(keystoreProperties['storeFile']) : null             storePassword = keystoreProperties["storePassword"] as String        }    }     buildTypes {         release {             // TODO: Add your own signing config for the release build. ...

NXT chat policy

  Last updated:  February 26, 2026 Thank you for using NXT Chat(“we”, “our”, “us”). Your privacy is important to us. This Privacy Policy explains how we handle user information in our mobile application NXT Chat(the “App”). 1. Information We Collect We may collect the following types of information: a. Personal Information Name Email address Profile photo Account login credentials This information is collected when you register or update your profile. b. User Content c. Device & Usage Information We collect content you share within the app, including: Messages Images Documents Files shared with other users We may automatically collect: Device type Operating system App usage data Crash logs 2. How We Use Your Information We use your information to: Provide and maintain app functionality Enable chat and file sharing Allow profile updates Send notifications Improve app performance Provide customer support Enhance security and prevent fraud 3. Camera Permission Usage Our app r...