|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<manifest xmlns:android="http://schemas.android.com/apk/res/android"> |
| 2 | +<manifest xmlns:tools="http://schemas.android.com/tools" |
| 3 | + xmlns:android="http://schemas.android.com/apk/res/android"> |
3 | 4 |
|
4 | 5 | <application |
5 | 6 | android:allowBackup="true" |
|
13 | 14 | android:exported="true" |
14 | 15 | android:finishOnTaskLaunch="true" |
15 | 16 | android:icon="@mipmap/ic_launcher_weather" |
| 17 | + android:enableOnBackInvokedCallback="true" |
16 | 18 | android:label="@string/weather" |
17 | | - android:theme="@style/Theme.Transparent"> |
| 19 | + android:theme="@style/Theme.Transparent" |
| 20 | + tools:targetApi="tiramisu"> |
18 | 21 | <intent-filter> |
19 | 22 | <action android:name="android.intent.action.MAIN" /> |
20 | 23 | <category android:name="android.intent.category.LAUNCHER" /> |
|
25 | 28 | android:excludeFromRecents="true" |
26 | 29 | android:exported="true" |
27 | 30 | android:finishOnTaskLaunch="true" |
| 31 | + android:enableOnBackInvokedCallback="true" |
28 | 32 | android:icon="@mipmap/ic_launcher_password" |
29 | 33 | android:label="@string/password" |
30 | | - android:theme="@style/Theme.Transparent"> |
| 34 | + android:theme="@style/Theme.Transparent" |
| 35 | + tools:targetApi="tiramisu"> |
31 | 36 | <intent-filter> |
32 | 37 | <action android:name="android.intent.action.MAIN" /> |
33 | 38 | <category android:name="android.intent.category.LAUNCHER" /> |
|
38 | 43 | android:excludeFromRecents="true" |
39 | 44 | android:exported="true" |
40 | 45 | android:finishOnTaskLaunch="true" |
| 46 | + android:enableOnBackInvokedCallback="true" |
41 | 47 | android:icon="@mipmap/ic_launcher_game" |
42 | 48 | android:label="@string/game" |
43 | | - android:theme="@style/Theme.Transparent"> |
| 49 | + android:theme="@style/Theme.Transparent" |
| 50 | + tools:targetApi="tiramisu"> |
44 | 51 | <intent-filter> |
45 | 52 | <action android:name="android.intent.action.MAIN" /> |
46 | 53 | <category android:name="android.intent.category.LAUNCHER" /> |
|
51 | 58 | android:excludeFromRecents="true" |
52 | 59 | android:exported="true" |
53 | 60 | android:finishOnTaskLaunch="true" |
| 61 | + android:enableOnBackInvokedCallback="true" |
54 | 62 | android:icon="@mipmap/ic_launcher_music" |
55 | 63 | android:label="@string/music_search" |
56 | 64 | android:noHistory="true" |
57 | | - android:theme="@style/Theme.Transparent"> |
| 65 | + android:theme="@style/Theme.Transparent" |
| 66 | + tools:targetApi="tiramisu"> |
58 | 67 | <intent-filter> |
59 | 68 | <action android:name="android.intent.action.MAIN" /> |
60 | 69 | <action android:name="android.intent.action.ASSIST" /> |
|
0 commit comments