rosjava / android_core

Android libraries for rosjava
145 stars 166 forks source link

Makes the android studio manifest merger not require the use of a tools:replace="android:icon" #243

Open erifsx opened 8 years ago

erifsx commented 8 years ago

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.