Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Commit

Permalink
ADD: [droid] launcher patch
Browse files Browse the repository at this point in the history
  • Loading branch information
koying committed Mar 19, 2016
1 parent 6299857 commit 2f74b09
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tools/android/packaging/xbmc/Manifest_launcher.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
diff --git a/tools/android/packaging/xbmc/AndroidManifest.xml.in b/tools/android/packaging/xbmc/AndroidManifest.xml.in
index e0c1eb6..0c615d2 100644
--- a/tools/android/packaging/xbmc/AndroidManifest.xml.in
+++ b/tools/android/packaging/xbmc/AndroidManifest.xml.in
@@ -41,6 +41,9 @@

<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
+ <category android:name="android.intent.category.HOME" />
+ <category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.MONKEY" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />

0 comments on commit 2f74b09

Please sign in to comment.