Android SDK
Installation
Android Manifest
3 min
android manifest permissions internet access (required) the forter android sdk requires internet access to operate if you haven’t already included these permissions in your androidmanifest xml file, please add the following lines \<uses permission android\ name="android permission internet" /> \<uses permission android\ name="android permission access network state" /> these permissions are commonly included in most android applications, so you have likely already added them install referrer (recommended) we recommend adding the install referrer receiver to your manifest this allows forter to capture the source of the app install add the following code to your app's manifest \<receiver android\ name="com forter mobile fortersdk integrationkit installreferrerreceiver" android\ exported="true"> \<intent filter> \<action android\ name="com android vending install referrer" /> \</intent filter> \</receiver>