|
12 | 12 | android:required="false" |
13 | 13 | /> |
14 | 14 |
|
| 15 | + <uses-feature |
| 16 | + android:name="android.hardware.faketouch" |
| 17 | + android:required="false" |
| 18 | + /> |
| 19 | + <uses-feature |
| 20 | + android:name="android.hardware.telephony" |
| 21 | + android:required="false" |
| 22 | + /> |
| 23 | + <uses-feature |
| 24 | + android:name="android.hardware.camera" |
| 25 | + android:required="false" |
| 26 | + /> |
| 27 | + <uses-feature |
| 28 | + android:name="android.hardware.camera.flash" |
| 29 | + android:required="false" |
| 30 | + /> |
| 31 | + <uses-feature |
| 32 | + android:name="android.hardware.camera.autofocus" |
| 33 | + android:required="false" |
| 34 | + /> |
| 35 | + <uses-feature |
| 36 | + android:name="android.hardware.nfc" |
| 37 | + android:required="false" |
| 38 | + /> |
| 39 | + <uses-feature |
| 40 | + android:name="android.hardware.location" |
| 41 | + android:required="false" |
| 42 | + /> |
| 43 | + <uses-feature |
| 44 | + android:name="android.hardware.location.gps" |
| 45 | + android:required="false" |
| 46 | + /> |
| 47 | + <uses-feature |
| 48 | + android:name="android.hardware.microphone" |
| 49 | + android:required="false" |
| 50 | + /> |
| 51 | + <uses-feature |
| 52 | + android:name="android.hardware.sensor" |
| 53 | + android:required="false" |
| 54 | + /> |
15 | 55 | <uses-feature |
16 | 56 | android:name="android.software.leanback" |
17 | 57 | android:required="true" |
|
35 | 75 | > |
36 | 76 | <intent-filter> |
37 | 77 | <action android:name="android.intent.action.MAIN"/> |
38 | | - |
39 | 78 | <category android:name="android.intent.category.LEANBACK_LAUNCHER"/> |
40 | 79 | </intent-filter> |
41 | 80 | </activity> |
|
54 | 93 |
|
55 | 94 | <activity |
56 | 95 | android:name=".ui.playback.ExoPlayerActivity" |
57 | | - android:exported="true" |
58 | 96 | android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation|layoutDirection" |
| 97 | + android:exported="true" |
59 | 98 | android:launchMode="singleTask" |
60 | 99 | android:resizeableActivity="true" |
61 | | - android:supportsPictureInPicture="true"/> |
| 100 | + android:supportsPictureInPicture="true" |
| 101 | + /> |
62 | 102 |
|
63 | 103 | <meta-data |
64 | 104 | android:name="io.fabric.ApiKey" |
|
0 commit comments