I developed library which contains some activities and services like open camera and audio. In manifest at library have some uses-permission
.
Can I import this lib without declaring again in the app all the permissions that need and define in the library?
And does library is sdk in other word?