File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
activitytaskview/src/main
singleinstancedemo/src/main Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11
11
android : supportsRtl =" true"
12
12
android : theme =" @style/AppTheme" >
13
13
<activity android : name =" .MainActivity"
14
+ android : exported =" true"
14
15
android : launchMode =" singleTask" >
15
16
<intent-filter >
16
17
<action android : name =" android.intent.action.MAIN" />
19
20
</intent-filter >
20
21
</activity >
21
22
22
- <receiver android : name =" .LifecycleReceiver" >
23
+ <receiver android : name =" .LifecycleReceiver"
24
+ android : exported =" true" >
23
25
<intent-filter >
24
26
<action android : name =" cc.rome753.activitytask.ACTION_UPDATE_LIFECYCLE" />
25
27
</intent-filter >
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ android {
26
26
27
27
dependencies {
28
28
// debugImplementation project(path: ':activitytasklib')
29
- debugImplementation " com.github.rome753:ActivityTaskView:lib1.0 "
29
+ debugImplementation " com.github.rome753:ActivityTaskView:lib1.2 "
30
30
implementation ' androidx.appcompat:appcompat:1.1.0'
31
31
implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
32
32
testImplementation ' junit:junit:4.12'
Original file line number Diff line number Diff line change 14
14
android : theme =" @style/AppTheme" >
15
15
<activity
16
16
android : name =" .MainActivity"
17
+ android : exported =" true"
17
18
android : launchMode =" singleTop" >
18
19
<intent-filter >
19
20
<action android : name =" android.intent.action.MAIN" />
23
24
</activity >
24
25
<activity
25
26
android : name =" .BrowserActivity"
27
+ android : exported =" false"
26
28
android : launchMode =" singleInstance" >
27
29
</activity >
28
30
</application >
You can’t perform that action at this time.
0 commit comments