|
19 | 19 | <activity |
20 | 20 | android:name=".MainActivity" |
21 | 21 | android:label="@string/app_name" |
| 22 | + android:exported="true" |
22 | 23 | android:theme="@style/Theme.Shadowsocks.Immersive.Navigation" |
23 | 24 | android:launchMode="singleTask"> |
24 | 25 | <intent-filter> |
|
35 | 36 |
|
36 | 37 | <activity |
37 | 38 | android:name=".ProfileConfigActivity" |
| 39 | + android:exported="false" |
38 | 40 | android:theme="@style/Theme.Shadowsocks.Immersive" |
39 | 41 | android:excludeFromRecents="true" |
40 | 42 | android:label="@string/profile_config" |
41 | 43 | android:launchMode="singleTask"/> |
42 | 44 |
|
43 | 45 | <activity |
44 | 46 | android:name=".AppManager" |
| 47 | + android:exported="false" |
45 | 48 | android:label="@string/proxied_apps" |
46 | 49 | android:parentActivityName=".ProfileConfigActivity" |
47 | 50 | android:theme="@style/Theme.Shadowsocks.Immersive" |
|
50 | 53 |
|
51 | 54 | <activity |
52 | 55 | android:name=".UdpFallbackProfileActivity" |
| 56 | + android:exported="false" |
53 | 57 | android:label="@string/udp_fallback" |
54 | 58 | android:theme="@style/Theme.Shadowsocks.Immersive" |
55 | 59 | android:launchMode="singleTask" |
56 | 60 | android:excludeFromRecents="true"/> |
57 | 61 |
|
58 | 62 | <activity |
59 | 63 | android:name=".ScannerActivity" |
| 64 | + android:exported="true" |
60 | 65 | android:label="@string/add_profile_methods_scan_qr_code" |
61 | 66 | android:parentActivityName=".MainActivity" |
62 | 67 | android:theme="@style/Theme.Shadowsocks.Immersive" |
63 | 68 | android:launchMode="singleTask" |
64 | 69 | android:screenOrientation="locked" |
65 | 70 | android:excludeFromRecents="true"/> |
66 | 71 |
|
67 | | - <activity android:name=".tasker.ConfigActivity" |
68 | | - android:theme="@style/Theme.Shadowsocks.Immersive"> |
| 72 | + <activity |
| 73 | + android:name=".tasker.ConfigActivity" |
| 74 | + android:exported="true" |
| 75 | + android:theme="@style/Theme.Shadowsocks.Immersive"> |
69 | 76 | <intent-filter> |
70 | 77 | <action android:name="com.twofortyfouram.locale.intent.action.EDIT_SETTING" /> |
71 | 78 | </intent-filter> |
|
75 | 82 | android:name=".QuickToggleShortcut" |
76 | 83 | android:label="@string/quick_toggle" |
77 | 84 | android:theme="@android:style/Theme.Translucent.NoTitleBar" |
| 85 | + android:exported="true" |
78 | 86 | android:launchMode="singleTask" |
79 | 87 | android:excludeFromRecents="true" |
80 | 88 | android:taskAffinity="" |
|
87 | 95 | <service android:name=".bg.TileService" |
88 | 96 | android:label="@string/quick_toggle" |
89 | 97 | android:process=":bg" |
| 98 | + android:exported="true" |
90 | 99 | android:directBootAware="true" |
91 | 100 | android:icon="@drawable/ic_service_active" |
92 | 101 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
|
102 | 111 | <receiver android:name=".tasker.ActionListener" |
103 | 112 | android:process=":bg" |
104 | 113 | android:directBootAware="true" |
| 114 | + android:exported="true" |
105 | 115 | tools:ignore="ExportedReceiver"> |
106 | 116 | <intent-filter> |
107 | 117 | <action android:name="com.twofortyfouram.locale.intent.action.FIRE_SETTING"/> |
|
0 commit comments