git://lisas.de
/
runuserinit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cb82e8
)
Fix typo BOOT_COMPLETE action name.
author
Alexander Koenig
<alex@lisas.de>
Tue, 10 Nov 2015 23:16:49 +0000
(
00:16
+0100)
committer
Alexander Koenig
<alex@lisas.de>
Tue, 10 Nov 2015 23:16:49 +0000
(
00:16
+0100)
app/src/main/AndroidManifest.xml
patch
|
blob
|
history
diff --git
a/app/src/main/AndroidManifest.xml
b/app/src/main/AndroidManifest.xml
index 0ba8d2aa57e701f111a0f3df600ee47c3d957358..ed71e2d3acf4d8731962eb9b13907e27ea85f08b 100644
(file)
--- a/
app/src/main/AndroidManifest.xml
+++ b/
app/src/main/AndroidManifest.xml
@@
-26,7
+26,7
@@
android:exported="false"
android:label="StartUserInitReceiver">
<intent-filter>
- <action android:name="android.intent.action.
_
BOOT_COMPLETED"/>
+ <action android:name="android.intent.action.BOOT_COMPLETED"/>
</intent-filter>
</receiver>
</application>