mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
Update AndroidManifest.xml with expanded comment
This commit is contained in:
parent
1be5139253
commit
5b3909cb73
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@
|
||||||
android:name=".HomeActivity"
|
android:name=".HomeActivity"
|
||||||
android:targetActivity="com.termux.app.TermuxActivity">
|
android:targetActivity="com.termux.app.TermuxActivity">
|
||||||
|
|
||||||
<!-- Launch activity automatically on boot -->
|
<!-- Launch activity automatically on boot on Android Things devices -->
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN"/>
|
<action android:name="android.intent.action.MAIN"/>
|
||||||
<category android:name="android.intent.category.IOT_LAUNCHER"/>
|
<category android:name="android.intent.category.IOT_LAUNCHER"/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue