blob: 50e3b9225d62775020caa56fb9a0a51075b6f5cd [file] [log] [blame]
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.phh.treble.touchscreen"
android:sharedUserId="android.uid.system">
<uses-permission android:name="android.permission.SET_INPUT_CALIBRATION" />
<application
android:label="@string/app_label">
<receiver android:name=".Starter">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>
</intent-filter>
</receiver>
</application>
</manifest>