Skip to content

Instantly share code, notes, and snippets.

View ashishgkwd534's full-sized avatar

Ashish Gaikwad ashishgkwd534

View GitHub Profile
@ashishgkwd534
ashishgkwd534 / SMSFragment.java
Created March 24, 2018 13:46
null point exception to edit text
package com.ags.softech.bottomnavigation.fragment;
import android.Manifest;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.telephony.SmsManager;
import android.util.Log;