|
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" |
1085 | | - android:protectionLevel="dangerous" |
| 1085 | + android:protectionLevel="signature|system|development" |
1086 | 1086 | android:label="@string/permlab_setDebugApp" |
1087 | 1087 | android:description="@string/permdesc_setDebugApp" /> |
1088 | 1088 |
|
1089 | 1089 | <!-- Allows an application to set the maximum number of (not needed) |
1090 | 1090 | application processes that can be running. --> |
1091 | 1091 | <permission android:name="android.permission.SET_PROCESS_LIMIT" |
1092 | 1092 | android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS" |
1093 | | - android:protectionLevel="dangerous" |
| 1093 | + android:protectionLevel="signature|system|development" |
1094 | 1094 | android:label="@string/permlab_setProcessLimit" |
1095 | 1095 | android:description="@string/permdesc_setProcessLimit" /> |
1096 | 1096 |
|
1097 | 1097 | <!-- Allows an application to control whether activities are immediately |
1098 | 1098 | finished when put in the background. --> |
1099 | 1099 | <permission android:name="android.permission.SET_ALWAYS_FINISH" |
1100 | 1100 | android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS" |
1101 | | - android:protectionLevel="dangerous" |
| 1101 | + android:protectionLevel="signature|system|development" |
1102 | 1102 | android:label="@string/permlab_setAlwaysFinish" |
1103 | 1103 | android:description="@string/permdesc_setAlwaysFinish" /> |
1104 | 1104 |
|
1105 | 1105 | <!-- Allow an application to request that a signal be sent to all persistent processes --> |
1106 | 1106 | <permission android:name="android.permission.SIGNAL_PERSISTENT_PROCESSES" |
1107 | 1107 | android:permissionGroup="android.permission-group.DEVELOPMENT_TOOLS" |
1108 | | - android:protectionLevel="dangerous" |
| 1108 | + android:protectionLevel="signature|system|development" |
1109 | 1109 | android:label="@string/permlab_signalPersistentProcesses" |
1110 | 1110 | android:description="@string/permdesc_signalPersistentProcesses" /> |
1111 | 1111 |
|
|
0 commit comments