I want to obscures only 1 String . He is here ,
package x.y.z
public class MainActivity extends AppCompatActivity {
@Override
protected Void doInBackground(Void... arg0) {
String url = "https://example.com/app_update/userdata.json";
.
.
.
`
}
How to obscures it please help