How to Solve activity alias, service or broadcast receiver with intent filter, but without ‘android:exported’

Play Store Console Android 12 error

You uploaded an APK or Android App Bundle which has an activity, activity alias, service or broadcast receiver with intent filter, but without ‘android:exported’ property set. This file can’t be installed on Android 12 or higher. See: developer.android.com/about/versions/12/behavior-changes-12#exported Solution One Backup your entire project file. Save AndroidManifest file in a notepad. Solution Two Open AndroidManifest.xml … Read more

How to Reskin Android Studio Source Codes

1. Rename the app name from Res>>value>>String.2. Change all the colours of the app.3. Change the application icon. 4. Change the Splash Screen make up optional. 5. Rename package name through android Manifest file with ctrl + F6 and also change the name at android project file.7. Change About Info the app information. 8. Change the Privacy Policy … Read more

tVPN Free Unlimited Privacy Policy

I will like to give you details about tVPN Free Unlimited App- tVPN will like to give you details about tVPN Free Unlimited App- Daily Income and Expenses app policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. If you choose to use my tVPN Free Unlimited … Read more

Job Factory Privacy Policy

I will like to give you details about Job Factory- app policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. If you choose to use my Job Factory, then you agree to the collection and use of information in relation to this policy. The Phone Information that … Read more

How to add Admob ads to your Android App in 2020

1. Add in dependency this Example project-level build.gradle (excerpt) allprojects {     repositories {         google() // check for this     } } Next, open the app-level build.gradle file for your app, and look for a “dependencies” section. Example app-level build.gradle (excerpt) dependencies {     implementation fileTree(dir: ‘libs’, include: … Read more

How to Install Android Studio on Computer and Mac

Before you start Android Studio installation check your RAM size capacity and system speed. The speed of your emulator depends on the RAM size. Go to Android Development site and download Android Studio setup. If you are a beginner use old android studio like 2.xxx version before you upgrade. Click on the download button to download the … Read more

How to Update all Android Studio Libraries in Androidx

After working and searching for hours and you can’t get the solution you are looking for. You are welcome to the home of Android Developer. If you have   being using Android Studio for writing Java apps, Java codes is everything sensitive raging from capital letters, punctuation errors, misspelled of words and plugin updates.dependencies {  … Read more