查看Android应用所需权限(uses-permission)
2013-10-04 13:45:48 来源:WEB开发网核心提示:main.xml如下:<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
main.xml如下:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" > <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="查看Android应用所需权限(uses-permission)" android:layout_centerInParent="true" /> </RelativeLayout>
更多精彩
赞助商链接