Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open source License in Android App

Tags:

android

We have an android application and are using some third party licenses. What is the best place to include these licenses in the app? In iOS we include it in the setting bundle, but I am not sure the best place to do so in android.

Thanks for you help

like image 766
iosdevnyc Avatar asked Oct 31 '22 20:10

iosdevnyc


1 Answers

For my apps I generally place the license .txt file in the assets directory. Read the Github (I generally use library from github) page thoroughly about licencing. Notify the original creator about the use of his library. Then, if the product is of a client I will ask if to include the creator with link in the about section(if there is one). In my own apps I will include the link and author in the about section somewhere in my app.

like image 65
Illegal Argument Avatar answered Nov 11 '22 06:11

Illegal Argument