Pierre-Hugues Husson | 19f7168 | 2018-05-20 16:17:08 +0200 | [diff] [blame] | 1 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| 2 | package="me.phh.treble.touchscreen" |
| 3 | android:sharedUserId="android.uid.system"> |
| 4 | |
| 5 | <uses-permission android:name="android.permission.SET_INPUT_CALIBRATION" /> |
| 6 | <application |
| 7 | android:label="@string/app_label"> |
| 8 | |
| 9 | <receiver android:name=".Starter"> |
| 10 | <intent-filter> |
| 11 | <action android:name="android.intent.action.BOOT_COMPLETED"/> |
| 12 | </intent-filter> |
| 13 | </receiver> |
| 14 | </application> |
| 15 | |
| 16 | </manifest> |