萬盛學電腦網

 萬盛學電腦網 >> 網絡編程 >> 安卓開發 >> 增加android撥打電話的權限的方法

增加android撥打電話的權限的方法

大家知道增加android撥打電話的權限嗎?下面我們就給大家詳細介紹一下吧!

?xml version="1.0" encoding="utf-8"?> 
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 
        android:orientation="vertical" 
        android:layout_width="fill_parent" 
        android:layout_height="fill_parent" 
        > 
<TextView     
        android:layout_width="fill_parent"    
        android:layout_height="wrap_content"    
        android:text="Please input the phoneNumer:" 
        /> 
<EditText 
 android:id="@+id/et1" 
 android:layout_width="fill_parent" 
 android:layout_height="wrap_content" 
 android:phoneNumber="true" 
/> 
<Button 
 android:id="@+id/bt1" 
 android:layout_width="wrap_content" 
 android:layout_height="wrap_content" 
 android:text="Call Phone" 
/> 
</LinearLayout> 

相信大家已經學會增加android撥打電話的權限了吧!感謝大家對我們網站的支持!

copyright © 萬盛學電腦網 all rights reserved