|
4 | 4 | package="com.litekite.systemui"
|
5 | 5 | android:sharedUserId="android.uid.systemui">
|
6 | 6 |
|
| 7 | + <!-- Using OpenGL ES 2.0 --> |
| 8 | + <uses-feature |
| 9 | + android:glEsVersion="0x00020000" |
| 10 | + android:required="true" /> |
| 11 | + |
7 | 12 | <!-- SysUI must be the one to define this permission; its name is
|
8 | 13 | referenced by the core OS. -->
|
9 | 14 | <permission
|
|
362 | 367 | android:name="android.permission.WATCH_APPOPS"
|
363 | 368 | tools:ignore="ProtectedPermissions" />
|
364 | 369 |
|
365 |
| - <!-- to read and change hvac values in a car --> |
366 |
| - <uses-permission android:name="android.car.permission.CONTROL_CAR_CLIMATE" /> |
367 |
| - |
368 |
| - <!-- to be able to detect the driving state in a car--> |
369 |
| - <uses-permission android:name="android.car.permission.CAR_DRIVING_STATE" /> |
370 |
| - |
371 |
| - <!-- Permission necessary to change car audio volume through CarAudioManager --> |
372 |
| - <uses-permission android:name="android.car.permission.CAR_CONTROL_AUDIO_VOLUME" /> |
373 |
| - |
374 | 370 | <!-- Permission to control Android Debug Bridge (ADB) -->
|
375 | 371 | <uses-permission android:name="android.permission.MANAGE_DEBUGGING" />
|
376 | 372 |
|
|
381 | 377 | <!-- Permission to change the display color -->
|
382 | 378 | <uses-permission android:name="android.permission.CONTROL_DISPLAY_COLOR_TRANSFORMS" />
|
383 | 379 |
|
| 380 | + <!-- Automotive Permissions --> |
| 381 | + <!-- to read and change hvac values in a car --> |
| 382 | + <uses-permission android:name="android.car.permission.CONTROL_CAR_CLIMATE" /> |
| 383 | + |
| 384 | + <!-- to be able to detect the driving state in a car--> |
| 385 | + <uses-permission android:name="android.car.permission.CAR_DRIVING_STATE" /> |
| 386 | + |
| 387 | + <!-- Permission necessary to change car audio volume through CarAudioManager --> |
| 388 | + <uses-permission android:name="android.car.permission.CAR_CONTROL_AUDIO_VOLUME" /> |
| 389 | + |
384 | 390 | <!-- This permission is required to monitor car power state. -->
|
385 | 391 | <uses-permission android:name="android.car.permission.CAR_POWER" />
|
386 | 392 |
|
|
0 commit comments