Location of a permission

41 Views Asked by At

I am making an AAR for licensing functionality. I plan to use it in multiple applications.

As per documentation, licensing implementation needs a permission in manifest file: "com.android.vending.CHECK_LICENSE"

I am not sure where should this permission be kept,in application's manifest file or library project's manifest file.

1

There are 1 best solutions below

1
On

All your library related permissions/metadata/activities relevant info should be declared in your library manifest file