Skip to content

Fix deprecated references in Manifest file

Taslim Oseni requested to merge fix-deprecated-references into develop

This MR addresses #95 (closed). All deprecated attributes have been removed from AndroidManifest.xml file.

Point to note:

  • To call the CustomTabsService service from an external app, the calling-application must have this permission declared in their AndroidManifest.xml file:
<uses-permission android:name="ie.equalit.ceno.permission.AccessCustomTabsService" />

Merge request reports