单项选择题
A.<permission android:name=”com.sampledemo.myactivity.MONITOR_APP”android:protectionLevel=”normal”android:label=”My App Monitor”android:description=”Allows the application to monitor itself”></permission>
B.<permission android:name=”com.sampledemo.myactivity.MONITOR_APP”android:protectionLevel=”normal”android:description=”Allows the application to monitor itself”></permission>
C.<permission android:name=”com.sampledemo.myactivity.MONITOR_APP”android:protectionLevel=“dangerous”android:label=”My App Monitor”android:description=”Allows the application to monitor itself”></permission>
D.<permission android:name=”com.sampledemo.myactivity.MONITOR_APP”android:protectionLevel=”normal”android:label=”MONITOR_APP”android:description=”Allows the application to monitor itself”></permission>