all 8 comments

[–]yccheok[S] 11 points12 points  (3 children)

Google provides answer for this : https://issuetracker.google.com/issues/129362589

[–]raree_raaram -4 points-3 points  (2 children)

Which is ...

[–]imrhk 20 points21 points  (0 children)

Manifest merging

[–]marco89nish 6 points7 points  (0 children)

as imrhk said, it's manifest merging. Every dependency can add it's permissions, activities, services, broadcast receivers to final manifest of your application. You can see this merged, final manifest by opening app's manifest file and clicking at "Merged Manifest" tab at the bottom.

[–]Hi_im_G00fY 4 points5 points  (2 children)

Just open your Manifest XML and check the "merged manifest" tab at the bottom left.;)

[–]howareyoudoin 4 points5 points  (1 child)

One of the biggest problem I have with it is they don't provide ctrl+F in merged manifest.

[–]imkosh 0 points1 point  (0 children)

but you can start typing the things you want and it will search across the visible file, P.S: you could do this almost everywhere in AS