mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-05 19:42:20 +02:00
Remove leanback intent filter due to Google Play requirements
This commit is contained in:
parent
85b83d4fb9
commit
a40120d1bf
1 changed files with 2 additions and 0 deletions
|
@ -67,7 +67,9 @@
|
|||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
<!--
|
||||
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
|
||||
-->
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue