5
5
<uses-permission android : name =" android.permission.INTERNET" />
6
6
<uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
7
7
<uses-permission android : name =" android.permission.ACCESS_WIFI_STATE" />
8
- <uses-permission android : name =" android.permission.READ_MEDIA_IMAGES" />
8
+ <uses-permission
9
+ android : name =" android.permission.READ_MEDIA_IMAGES"
10
+ tools : ignore =" SelectedPhotoAccess" />
9
11
<uses-permission
10
12
android : name =" android.permission.READ_EXTERNAL_STORAGE"
11
13
android : maxSdkVersion =" 32" />
15
17
16
18
<application
17
19
android : name =" .MainApplication"
20
+ android : allowBackup =" false"
21
+ android : fullBackupContent =" false"
18
22
android : icon =" @drawable/icon_logo"
19
23
android : label =" @string/app_name"
20
24
android : roundIcon =" @drawable/icon_logo_round"
21
25
android : supportsRtl =" false"
22
26
android : theme =" @style/Theme.ComposeChat"
27
+ tools : ignore =" DataExtractionRules"
23
28
tools : replace =" android:supportsRtl" >
24
29
<activity
25
30
android : name =" .ui.login.LoginActivity"
26
31
android : configChanges =" keyboard|keyboardHidden|screenLayout|screenSize|orientation|uiMode"
27
32
android : exported =" true"
28
33
android : screenOrientation =" portrait"
29
34
android : windowSoftInputMode =" adjustResize"
30
- tools : ignore =" LockedOrientationActivity" >
35
+ tools : ignore =" DiscouragedApi, LockedOrientationActivity" >
31
36
<intent-filter >
32
37
<action android : name =" android.intent.action.MAIN" />
33
38
41
46
android : launchMode =" singleTask"
42
47
android : screenOrientation =" portrait"
43
48
android : windowSoftInputMode =" adjustResize"
44
- tools : ignore =" LockedOrientationActivity" />
49
+ tools : ignore =" DiscouragedApi, LockedOrientationActivity" />
45
50
<activity
46
51
android : name =" .ui.chat.GroupProfileActivity"
47
52
android : configChanges =" keyboard|keyboardHidden|screenLayout|screenSize|orientation|uiMode"
48
53
android : exported =" false"
49
54
android : screenOrientation =" portrait"
50
55
android : windowSoftInputMode =" adjustResize"
51
- tools : ignore =" LockedOrientationActivity" />
56
+ tools : ignore =" DiscouragedApi, LockedOrientationActivity" />
52
57
<activity
53
58
android : name =" .ui.friend.FriendProfileActivity"
54
59
android : configChanges =" keyboard|keyboardHidden|screenLayout|screenSize|orientation|uiMode"
55
60
android : exported =" false"
56
61
android : screenOrientation =" portrait"
57
62
android : windowSoftInputMode =" adjustResize"
58
- tools : ignore =" LockedOrientationActivity" />
63
+ tools : ignore =" DiscouragedApi, LockedOrientationActivity" />
59
64
<activity
60
65
android : name =" .ui.profile.ProfileUpdateActivity"
61
66
android : configChanges =" keyboard|keyboardHidden|screenLayout|screenSize|orientation|uiMode"
62
67
android : exported =" false"
63
68
android : screenOrientation =" portrait"
64
69
android : windowSoftInputMode =" adjustResize"
65
- tools : ignore =" LockedOrientationActivity" />
70
+ tools : ignore =" DiscouragedApi, LockedOrientationActivity" />
66
71
<activity
67
72
android : name =" .ui.chat.ChatActivity"
68
73
android : configChanges =" keyboard|keyboardHidden|screenLayout|screenSize|orientation|uiMode"
69
74
android : exported =" false"
70
75
android : screenOrientation =" portrait"
71
76
android : windowSoftInputMode =" adjustResize"
72
- tools : ignore =" LockedOrientationActivity" />
77
+ tools : ignore =" DiscouragedApi, LockedOrientationActivity" />
73
78
<activity
74
79
android : name =" .ui.preview.PreviewImageActivity"
75
80
android : configChanges =" keyboard|keyboardHidden|screenLayout|screenSize|orientation|uiMode"
76
81
android : exported =" false"
77
82
android : screenOrientation =" portrait"
78
83
android : windowSoftInputMode =" adjustResize"
79
- tools : ignore =" LockedOrientationActivity" />
84
+ tools : ignore =" DiscouragedApi, LockedOrientationActivity" />
80
85
</application >
81
86
82
87
</manifest >
0 commit comments