Skip to content

ApplicationID / PackageName is defined as case-sensitive

Hans-Christoph Steiner requested to merge eighthave/fdroidclient:master into master

I found a small bug where packageName comparison was done with equalsIgnoreCase(). So I researched to confirm that Android Application IDs are case-sensitive:

Merge request reports