|
1035 | 1035 | android:label="@string/permlab_clearAppCache" |
1036 | 1036 | android:description="@string/permdesc_clearAppCache" /> |
1037 | 1037 |
|
1038 | | - <!-- Allows an application to read the low-level system log files. |
1039 | | - Log entries can contain the user's private information, |
1040 | | - which is why this permission is 'dangerous'. --> |
1041 | | - <permission android:name="android.permission.READ_LOGS" |
1042 | | - android:permissionGroup="android.permission-group.PERSONAL_INFO" |
1043 | | - android:protectionLevel="dangerous" |
1044 | | - android:label="@string/permlab_readLogs" |
1045 | | - android:description="@string/permdesc_readLogs" /> |
1046 | | - |
1047 | 1038 | <!-- Allows an application to use any media decoder when decoding for playback |
1048 | 1039 | @hide --> |
1049 | 1040 | <permission android:name="android.permission.ALLOW_ANY_CODEC_FOR_PLAYBACK" |
|
1079 | 1070 | android:label="@string/permlab_dump" |
1080 | 1071 | android:description="@string/permdesc_dump" /> |
1081 | 1072 |
|
| 1073 | + <!-- Allows an application to read the low-level system log files. |
| 1074 | + Log entries can contain the user's private information, |
| 1075 | + which is why this permission is not available to normal apps. --> |
| 1076 | + <permission android:name="android.permission.READ_LOGS" |
| 1077 | + android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS" |
| 1078 | + android:protectionLevel="signature|system|development" |
| 1079 | + android:label="@string/permlab_readLogs" |
| 1080 | + android:description="@string/permdesc_readLogs" /> |
| 1081 | + |
1082 | 1082 | <!-- Configure an application for debugging. --> |
1083 | 1083 | <permission android:name="android.permission.SET_DEBUG_APP" |
1084 | 1084 | android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS" |
|
0 commit comments