CopyPastor

Detecting plagiarism made easy.

Score: 0.8903245674936395; Reported for: String similarity Open both answers

Possible Plagiarism

Plagiarized on 2022-09-05
by Mansoor Malik

Original Post

Original - Posted on 2021-06-15
by Jigar Fumakiya



            
Present in both answers; Present only in the new answer; Present only in the old answer;

Make sure you add the below code to your manifest.
First, make sure you add internet permission to manifest

<uses-permission android:name="android.permission.INTERNET" />
Seconds make sure you added usesCleartextTraffic true that will make sure if your API endpoint is not secure still you will able to call API.
<application android:usesCleartextTraffic="true">
Make sure you add the below code to your manifest.
First, make sure you add internet permission to manifest
<uses-permission android:name="android.permission.INTERNET" />
Seconds make sure you added usesCleartextTraffic true that will make sure if your API endpoint is not secure still you will able to call API.
<application android:usesCleartextTraffic="true">


        
Present in both answers; Present only in the new answer; Present only in the old answer;