svenjacobs / leon

Android app for removing tracking parameters from shared URLs
GNU General Public License v3.0
238 stars 17 forks source link

fix: Leon as browser not working #499

Closed svenjacobs closed 3 weeks ago

svenjacobs commented 3 weeks ago

AGP 8.7.0 (#476) introduced a lint false positive which claimed "At least one host must be specified". That's why I added the <data android:host="*" /> element, which however is wrong and breaks the browser functionality of Leon. This false positive was fixed in AGP 8.7.1.

Fixes #494