Marshmallow Intent.ACTION_BOOT_COMPLETED
问题 i have a rotted Nexus6 With Android6 . I've created a system app (located in system/app ) i wish to execute a simple code when receiving ACTION_BOOT_COMPLETED but for some reason the code does not executes.. Manifest: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.atest"> <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" android:theme="