blob: 50e3b9225d62775020caa56fb9a0a51075b6f5cd [file] [log] [blame]
Pierre-Hugues Husson19f71682018-05-20 16:17:08 +02001<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>