Remove useless import
This commit is contained in:
parent
3d443a2c4d
commit
b174180e76
2 changed files with 1 additions and 3 deletions
|
@ -342,5 +342,4 @@
|
||||||
<activity android:name=".LinphoneGenericActivity">
|
<activity android:name=".LinphoneGenericActivity">
|
||||||
</activity>
|
</activity>
|
||||||
</application>
|
</application>
|
||||||
|
</manifest>
|
||||||
</manifest>
|
|
|
@ -75,7 +75,6 @@ import android.widget.TextView;
|
||||||
import android.widget.Toast;
|
import android.widget.Toast;
|
||||||
|
|
||||||
import org.linphone.compatibility.Compatibility;
|
import org.linphone.compatibility.Compatibility;
|
||||||
import org.linphone.core.LinphoneAccountCreator;
|
|
||||||
import org.linphone.core.LinphoneAddress;
|
import org.linphone.core.LinphoneAddress;
|
||||||
import org.linphone.core.LinphoneBuffer;
|
import org.linphone.core.LinphoneBuffer;
|
||||||
import org.linphone.core.LinphoneChatMessage;
|
import org.linphone.core.LinphoneChatMessage;
|
||||||
|
|
Loading…
Reference in a new issue