File tree Expand file tree Collapse file tree 4 files changed +22
-9
lines changed Expand file tree Collapse file tree 4 files changed +22
-9
lines changed Original file line number Diff line number Diff line change 22
22
23
23
24
24
minSdkVersionVersion =21
25
- targetSdkVersion =28
25
+ targetSdkVersion =31
26
26
compileSdkVersion =28
27
27
28
28
uiWidgetsVersion =1.9.0
Original file line number Diff line number Diff line change 15
15
16
16
<activity
17
17
android : name =" com.yoti.mobile.android.sampleapp2.MainActivity"
18
+ android : exported =" true"
18
19
android : launchMode =" singleInstance"
19
20
android : theme =" @style/SampleAppFullScreenTheme" >
20
21
<intent-filter >
24
25
</intent-filter >
25
26
</activity >
26
27
27
- <receiver android : name =" com.yoti.mobile.android.sampleapp2.recievers.ShareAttributesResultBroadcastReceiver" android : exported =" false" >
28
+ <receiver
29
+ android : name =" com.yoti.mobile.android.sampleapp2.recievers.ShareAttributesResultBroadcastReceiver"
30
+ android : exported =" false" >
28
31
<intent-filter >
29
32
<action android : name =" com.yoti.services.CALLBACK" />
30
33
</intent-filter >
31
34
</receiver >
32
35
33
- <activity android : name =" com.yoti.mobile.android.sampleapp2.ProfileActivity" />
36
+ <activity
37
+ android : name =" com.yoti.mobile.android.sampleapp2.ProfileActivity"
38
+ android : exported =" false" />
34
39
35
40
<service
36
41
android : name =" com.yoti.mobile.android.sampleapp2.services.CallbackIntentService"
Original file line number Diff line number Diff line change 11
11
android : roundIcon =" @mipmap/ic_launcher_round"
12
12
android : supportsRtl =" true"
13
13
android : theme =" @style/AppTheme" >
14
- <activity android : name =" com.yoti.mobile.android.sdk.sampleapp.MainActivity"
15
- android : theme =" @style/SampleAppTheme"
16
- android : launchMode =" singleInstance" >
14
+ <activity
15
+ android : name =" com.yoti.mobile.android.sdk.sampleapp.MainActivity"
16
+ android : exported =" true"
17
+ android : launchMode =" singleInstance"
18
+ android : theme =" @style/SampleAppTheme" >
17
19
<intent-filter >
18
20
<action android : name =" android.intent.action.MAIN" />
19
21
20
22
<category android : name =" android.intent.category.LAUNCHER" />
21
23
</intent-filter >
22
24
</activity >
23
25
24
- <receiver android : name =" com.yoti.mobile.android.sdk.sampleapp.ShareAttributesResultBroadcastReceiver" android : exported =" false" >
26
+ <receiver
27
+ android : name =" com.yoti.mobile.android.sdk.sampleapp.ShareAttributesResultBroadcastReceiver"
28
+ android : exported =" false" >
25
29
<intent-filter >
26
30
<action android : name =" com.test.app.YOTI_CALLBACK" />
27
31
<action android : name =" com.test.app.BACKEND_CALLBACK" />
Original file line number Diff line number Diff line change 12
12
android : roundIcon =" @mipmap/ic_launcher_round"
13
13
android : supportsRtl =" true"
14
14
android : theme =" @style/AppTheme" >
15
- <activity android : name =" .MainActivity"
15
+ <activity
16
+ android : name =" .MainActivity"
17
+ android : exported =" true"
16
18
android : launchMode =" singleInstance"
17
19
android : theme =" @style/SampleAppTheme" >
18
20
<intent-filter >
22
24
</intent-filter >
23
25
</activity >
24
26
25
- <receiver android : name =" .ShareAttributesResultBroadcastReceiver" android : exported =" false" >
27
+ <receiver
28
+ android : name =" .ShareAttributesResultBroadcastReceiver"
29
+ android : exported =" false" >
26
30
<intent-filter >
27
31
<action android : name =" com.test.app.YOTI_CALLBACK" />
28
32
<action android : name =" com.test.app.BACKEND_CALLBACK" />
You can’t perform that action at this time.
0 commit comments