Removes label and icon from application tag in android_10's manifest file. Makes the android studio manifest merger not require the use of
a tools:replace="android:icon" call for using a personal icons. Makes
use of library projects less problematic as double opening of application tag causes conflict between icons even when that library project does not have an icon set.
Removes label and icon from application tag in android_10's manifest file. Makes the android studio manifest merger not require the use of a tools:replace="android:icon" call for using a personal icons. Makes use of library projects less problematic as double opening of application tag causes conflict between icons even when that library project does not have an icon set.