phoenix13

导航

 

1. <permission>

this is the permission other should acquire before using this app

<permission
        android:name="course.labs.permissions.DANGEROUS_ACTIVITY_PERM"
        android:label="my_permission"
        android:protectionLevel="normal" >
</permission>

2. <user-permission>

this is the permission an app should acquire before using another app or system funtion like read phone contact.

<uses-permission android:name="course.labs.permissions.DANGEROUS_ACTIVITY_PERM" />

3. system permission

android.permission.CALL_EMERGENCY_NUMBERS 
android.permission.READ_OWNER_DATA 
android.permission.SET_WALLPAPER 
android.permission.DEVICE_POWER

 

posted on 2014-11-07 12:36  phoenix13  阅读(142)  评论(0编辑  收藏  举报