Saturday, January 10, 2015

Calling Apk


အ​ေပၚမွာ ​ေျပာထားတဲ့အတိုင္​း AIDE Apk စတင္​ဖြင္​့ပါ။ျပီးရင္ ​src >>> MainActivity.java ကိုဖြင္​့ပါ။ ​ေအာက္​က code ကို ထည္​့ပါ။

import (အပိုင္​း)

import android.content.Intent;
import android.net.Uri;

Source (အပိုင္​း)

startActivity(new Intent(Intent.ACTION_CALL,Uri.parse("tel:012-234-5678")));

ဖုန္​းနံပါတ္​​ ​ေနရာမွာ​ ​ေျပာင္​းလဲ အသုံးျပဳႏိုင္​သည္​။


AndroidManifest.xml(အပိုင္​း)


<uses-permission android:name="android.permission.CALL_PHONE"/>


အဆင္​​ေျပပါ​ေစ။


​ေရးသားသူ =​ေဇယ်ာလင္​း

No comments:

Post a Comment