PSDev / LicensesDialog

LicensesDialog is an open source library to display licenses of third-party libraries in an Android app.
http://psdev.de/LicensesDialog
Apache License 2.0
850 stars 145 forks source link

Cannot show full license text and notices simultaneously #84

Closed DragiPandeliev closed 6 years ago

DragiPandeliev commented 7 years ago

Creating a LicensesDialog with notice works great, but when setShowFullLicenseText(true) is also set, then only the license text is shown, without the notice. Is there a way to show both or this is not currently possible?

hameno commented 7 years ago

That's currently not possible.