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