File tree 2 files changed +9
-0
lines changed
2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 8
8
<uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
9
9
<uses-permission android : name =" android.permission.FOREGROUND_SERVICE" />
10
10
11
+ <uses-feature
12
+ android : name =" android.hardware.touchscreen"
13
+ android : required =" false" />
14
+ <uses-feature
15
+ android : name =" android.software.leanback"
16
+ android : required =" false" />
17
+
11
18
<application
12
19
android : allowBackup =" true"
13
20
android : icon =" @mipmap/ic_launcher"
14
21
android : roundIcon =" @mipmap/ic_launcher"
22
+ android : banner =" @drawable/banner"
15
23
android : label =" @string/app_name"
16
24
android : supportsRtl =" true"
17
25
android : theme =" @style/AppTheme" >
24
32
<action android : name =" android.intent.action.MAIN" />
25
33
26
34
<category android : name =" android.intent.category.LAUNCHER" />
35
+ <category android : name =" android.intent.category.LEANBACK_LAUNCHER" />
27
36
</intent-filter >
28
37
</activity >
29
38
You can’t perform that action at this time.
0 commit comments