Commit c3ee2110 by lihuaikun

.

parent 1b5ee325
......@@ -104,7 +104,7 @@ ext {
GITHUB_REPO_PATH = "../../androidlibrary"
PUBLISH_GROUP_ID = 'cn.dankal.android'
PUBLISH_ARTIFACT_ID = 'launcher'
PUBLISH_VERSION = '1.3.7'
PUBLISH_VERSION = '1.3.8'
}
uploadArchives {
......
......@@ -57,6 +57,7 @@
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
android:protectionLevel="signatureOrSystem" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" />
<uses-permission android:name="com.android.launcher.permission.READ_SETTINGS" />
<uses-permission android:name="com.android.launcher.permission.WRITE_SETTINGS" />
......
......@@ -57,6 +57,7 @@
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
android:protectionLevel="signatureOrSystem" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" />
<uses-permission android:name="com.android.launcher.permission.READ_SETTINGS" />
<uses-permission android:name="com.android.launcher.permission.WRITE_SETTINGS" />
......
......@@ -63,342 +63,345 @@
57 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
58 android:protectionLevel="signatureOrSystem" />
59
60 <uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" />
60-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:53:5-79
60-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:53:22-76
61 <uses-permission android:name="com.android.launcher.permission.READ_SETTINGS" />
61-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:54:5-85
61-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:54:22-82
62 <uses-permission android:name="com.android.launcher.permission.WRITE_SETTINGS" />
62-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:55:5-86
62-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:55:22-83
63 <uses-permission android:name="dollar_openBracket_applicationId_closeBracket.permission.READ_SETTINGS" />
64 <uses-permission android:name="dollar_openBracket_applicationId_closeBracket.permission.WRITE_SETTINGS" />
65 <uses-permission android:name="android.permission.INTERNET" />
65-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:58:5-83
65-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:58:22-64
66 <uses-permission android:name="android.permission.CALL_PHONE" />
66-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:59:5-69
66-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:59:22-66
67 <uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES" />
67-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:60:5-84
67-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:60:22-81
68 <uses-permission android:name="android.permission.SET_WALLPAPER" />
68-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:61:5-72
68-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:61:22-69
69 <uses-permission android:name="android.permission.BIND_APPWIDGET" />
69-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:62:5-73
69-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:62:22-70
70 <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
70-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:63:5-80
70-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:63:22-77
71 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
71-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:44:5-81
71-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:44:22-78
72 <uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES" />
72-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:65:5-82
72-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:65:22-79
73 <uses-permission android:name="android.permission.PACKAGE_USAGE_STATS" />
73-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:66:5-94
73-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:66:22-75
74 <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
74-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:68:5-93
74-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:68:22-74
75 <uses-permission android:name="android.permission.GET_TASKS" />
75-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:70:5-68
75-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:70:22-65
76 <uses-permission android:name="android.permission.STATUS_BAR" />
76-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:71:5-69
76-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:71:22-66
77 <uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
77-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:73:5-95
77-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:73:22-92
78 <!-- 显示系统窗口权限 -->
79 <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
79-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:75:5-78
79-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:75:22-75
80 <!-- 在 屏幕最顶部显示addview -->
81 <uses-permission android:name="android.permission.SYSTEM_OVERLAY_WINDOW" />
81-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:77:5-80
81-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:77:22-77
82
83 <application
83-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:80:5-253:19
84 android:backupAgent="com.android.launcher3.LauncherBackupAgent"
84-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:81:9-72
85 android:fullBackupContent="@xml/backupscheme"
85-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:82:9-54
86 android:fullBackupOnly="true"
86-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:83:9-38
87 android:hardwareAccelerated="true"
87-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:84:9-43
88 android:largeHeap="@bool/config_largeHeap"
88-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:85:9-51
89 android:restoreAnyVersion="true" >
89-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:86:9-41
90 <activity
90-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:88:9-111:20
91 android:name="com.android.launcher3.Launcher"
91-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:89:13-58
92 android:clearTaskOnLaunch="true"
92-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:90:13-45
93 android:configChanges="keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenSize|screenLayout|smallestScreenSize"
93-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:91:13-134
94 android:enabled="true"
94-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:92:13-35
95 android:excludeFromRecents="true"
95-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:93:13-46
96 android:launchMode="singleTask"
96-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:94:13-44
97 android:resizeableActivity="true"
97-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:95:13-46
98 android:resumeWhilePausing="true"
60 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
60-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:52:5-97
60-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:52:22-78
61 <uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" />
61-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:54:5-79
61-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:54:22-76
62 <uses-permission android:name="com.android.launcher.permission.READ_SETTINGS" />
62-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:55:5-85
62-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:55:22-82
63 <uses-permission android:name="com.android.launcher.permission.WRITE_SETTINGS" />
63-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:56:5-86
63-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:56:22-83
64 <uses-permission android:name="dollar_openBracket_applicationId_closeBracket.permission.READ_SETTINGS" />
65 <uses-permission android:name="dollar_openBracket_applicationId_closeBracket.permission.WRITE_SETTINGS" />
66 <uses-permission android:name="android.permission.INTERNET" />
66-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:59:5-83
66-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:59:22-64
67 <uses-permission android:name="android.permission.CALL_PHONE" />
67-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:60:5-69
67-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:60:22-66
68 <uses-permission android:name="android.permission.KILL_BACKGROUND_PROCESSES" />
68-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:61:5-84
68-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:61:22-81
69 <uses-permission android:name="android.permission.SET_WALLPAPER" />
69-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:62:5-72
69-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:62:22-69
70 <uses-permission android:name="android.permission.BIND_APPWIDGET" />
70-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:63:5-73
70-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:63:22-70
71 <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
71-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:64:5-80
71-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:64:22-77
72 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
72-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:44:5-81
72-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:44:22-78
73 <uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES" />
73-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:66:5-82
73-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:66:22-79
74 <uses-permission android:name="android.permission.PACKAGE_USAGE_STATS" />
74-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:67:5-94
74-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:67:22-75
75 <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
75-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:69:5-93
75-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:69:22-74
76 <uses-permission android:name="android.permission.GET_TASKS" />
76-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:71:5-68
76-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:71:22-65
77 <uses-permission android:name="android.permission.STATUS_BAR" />
77-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:72:5-69
77-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:72:22-66
78 <uses-permission android:name="android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
78-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:74:5-95
78-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:74:22-92
79 <!-- 显示系统窗口权限 -->
80 <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
80-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:76:5-78
80-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:76:22-75
81 <!-- 在 屏幕最顶部显示addview -->
82 <uses-permission android:name="android.permission.SYSTEM_OVERLAY_WINDOW" />
82-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:78:5-80
82-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:78:22-77
83
84 <application
84-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:81:5-254:19
85 android:backupAgent="com.android.launcher3.LauncherBackupAgent"
85-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:82:9-72
86 android:fullBackupContent="@xml/backupscheme"
86-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:83:9-54
87 android:fullBackupOnly="true"
87-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:84:9-38
88 android:hardwareAccelerated="true"
88-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:85:9-43
89 android:largeHeap="@bool/config_largeHeap"
89-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:86:9-51
90 android:restoreAnyVersion="true" >
90-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:87:9-41
91 <activity
91-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:89:9-112:20
92 android:name="com.android.launcher3.Launcher"
92-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:90:13-58
93 android:clearTaskOnLaunch="true"
93-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:91:13-45
94 android:configChanges="keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenSize|screenLayout|smallestScreenSize"
94-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:92:13-134
95 android:enabled="true"
95-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:93:13-35
96 android:excludeFromRecents="true"
96-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:94:13-46
97 android:launchMode="singleTask"
97-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:95:13-44
98 android:resizeableActivity="true"
98-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:96:13-46
99 android:screenOrientation="unspecified"
99-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:97:13-52
100 android:stateNotNeeded="true"
100-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:98:13-42
101 android:taskAffinity=""
101-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:99:13-36
102 android:windowSoftInputMode="adjustPan" >
102-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:100:13-52
103 <intent-filter>
103-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:101:13-110:29
104 <category android:name="android.intent.category.HOME" />
104-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:103:17-73
104-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:103:27-70
105 <category android:name="android.intent.category.DEFAULT" />
105-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:104:17-76
105-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:104:27-73
106 <category android:name="android.intent.category.MONKEY" />
106-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:105:17-75
106-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:105:27-72
107 <category android:name="android.intent.category.LAUNCHER_APP" />
107-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:106:17-81
107-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:106:27-78
108
109 <action android:name="android.intent.action.MAIN" />
109-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:108:17-69
109-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:108:25-66
110 </intent-filter>
111 </activity>
112
113 <!-- Intent received used to install shortcuts from other applications -->
114 <receiver
114-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:114:9-121:20
115 android:name="com.android.launcher3.InstallShortcutReceiver"
115-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:115:13-73
116 android:enabled="@bool/enable_install_shortcut_api"
116-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:116:13-64
117 android:permission="dollar_openBracket_applicationId_closeBracket.permission.INSTALL_SHORTCUT" >
117-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:117:13-78
118 <intent-filter>
119 <action android:name="dollar_openBracket_applicationId_closeBracket.action.INSTALL_SHORTCUT" />
120 </intent-filter>
121 </receiver>
122
123 <!-- Intent received when a session is committed -->
124 <receiver android:name="com.android.launcher3.SessionCommitReceiver" >
124-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:124:9-128:20
124-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:124:19-77
125 <intent-filter>
125-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:125:13-127:29
126 <action android:name="android.content.pm.action.SESSION_COMMITTED" />
126-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:126:17-86
126-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:126:25-83
127 </intent-filter>
128 </receiver>
129
130 <!-- Intent received used to initialize a restored widget -->
131 <receiver android:name="com.android.launcher3.AppWidgetsRestoredReceiver" >
131-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:131:9-135:20
131-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:131:19-82
132 <intent-filter>
132-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:132:13-134:29
133 <action android:name="android.appwidget.action.APPWIDGET_HOST_RESTORED" />
133-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:133:17-91
133-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:133:25-88
134a
135 </intent-filter>
136 </receiver>
137
138 <service
138-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:137:9-141:52
139 android:name="com.android.launcher3.uioverrides.dynamicui.WallpaperManagerCompatVL$ColorExtractionService"
139-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:138:13-119
140 android:exported="false"
140-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:139:13-37
141 android:permission="android.permission.BIND_JOB_SERVICE"
141-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:140:13-69
142 android:process=":wallpaper_chooser" />
142-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:141:13-49
143 <service
143-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:143:9-151:19
144 android:name="com.android.launcher3.notification.NotificationListener"
144-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:144:13-83
145 android:enabled="@bool/notification_badging_enabled"
145-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:145:13-65
146 android:label="@string/icon_badging_service_title"
146-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:146:13-63
147 android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE" >
147-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:147:13-87
148 <intent-filter>
148-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:148:13-150:29
149 <action android:name="android.service.notification.NotificationListenerService" />
149-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:149:17-99
149-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:149:25-96
150 </intent-filter>
151 </service>
152
153 <meta-data
153-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:153:9-155:36
154 android:name="android.nfc.disable_beam_default"
154-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:154:13-60
155 android:value="true" />
155-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:155:13-33
156
157 <activity
157-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:157:9-167:20
158 android:name="com.android.launcher3.dragndrop.AddItemActivity"
158-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:158:13-75
159 android:autoRemoveFromRecents="true"
159-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:159:13-49
160 android:excludeFromRecents="true"
160-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:160:13-46
161 android:label="@string/action_add_to_workspace"
161-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:161:13-60
162 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" >
162-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:162:13-82
163 <intent-filter>
163-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:163:13-166:29
164 <action android:name="android.content.pm.action.CONFIRM_PIN_SHORTCUT" />
164-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:164:17-89
164-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:164:25-86
165 <action android:name="android.content.pm.action.CONFIRM_PIN_APPWIDGET" />
165-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:165:17-90
165-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:165:25-87
166 </intent-filter>
167 </activity>
168 <activity
168-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:170:9-176:63
169 android:name="com.android.launcher3.LockScreenActivity"
169-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:171:13-47
170 android:excludeFromRecents="true"
170-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:172:13-46
171 android:launchMode="singleTop"
171-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:173:13-43
172 android:screenOrientation="portrait"
172-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:174:13-49
173 android:taskAffinity="dollar_openBracket_applicationId_closeBracket.lockscreen"
173-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:175:13-63
174 android:theme="@style/LockScreenStyle" />
174-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:176:13-51
175 <activity
175-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:178:9-180:61
176 android:name="com.android.launcher3.HelpActivity"
176-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:179:13-41
177 android:screenOrientation="portrait" />
177-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:180:13-49
178
179 <!--
180 Should point to the content provider which can be used to dump Launcher3 compatible
181 worspace configuration to the dump's file descriptor by using launcher_dump.proto
182 -->
183 <meta-data
183-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:186:9-188:70
184 android:name="com.android.launcher3.launcher_dump_provider"
184-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:187:13-72
185 android:value="com.android.launcher3.LauncherProvider" />
185-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:188:13-67
186
187 <service android:name="com.android.launcher3.accessibility.ListenerAppService" />
187-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:191:9-77
187-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:191:18-66
188
189 <provider
189-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:194:9-199:89
190 android:name="com.android.launcher3.LauncherProvider"
190-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:195:13-66
191 android:authorities="dollar_openBracket_applicationId_closeBracket.settings"
191-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:196:13-60
192 android:exported="true"
192-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:197:13-36
193 android:readPermission="com.android.launcher3.permission.READ_SETTINGS"
193-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:198:13-84
194 android:writePermission="com.android.launcher3.permission.WRITE_SETTINGS" />
194-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:199:13-86
195 <provider
195-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:201:9-204:49
196 android:name="com.android.launcher3.provider.ManagerAppProvider"
196-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:202:13-77
197 android:authorities="dollar_openBracket_applicationId_closeBracket.management"
197-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:203:13-62
198 android:exported="false" />
198-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:204:13-37
199
200 <!-- <service -->
201 <!-- android:name=".accessibility.AppManagerAccessiblityService" -->
202 <!-- android:description="@string/app_manager_accessibility_service_description" -->
203 <!-- android:label="@string/app_manager_accessibility_service_label" -->
204 <!-- android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE"> -->
205
99 android:resumeWhilePausing="true"
99-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:97:13-46
100 android:screenOrientation="unspecified"
100-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:98:13-52
101 android:stateNotNeeded="true"
101-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:99:13-42
102 android:taskAffinity=""
102-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:100:13-36
103 android:windowSoftInputMode="adjustPan" >
103-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:101:13-52
104 <intent-filter>
104-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:102:13-111:29
105 <category android:name="android.intent.category.HOME" />
105-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:104:17-73
105-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:104:27-70
106 <category android:name="android.intent.category.DEFAULT" />
106-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:105:17-76
106-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:105:27-73
107 <category android:name="android.intent.category.MONKEY" />
107-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:106:17-75
107-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:106:27-72
108 <category android:name="android.intent.category.LAUNCHER_APP" />
108-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:107:17-81
108-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:107:27-78
109
110 <action android:name="android.intent.action.MAIN" />
110-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:109:17-69
110-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:109:25-66
111 </intent-filter>
112 </activity>
113
114 <!-- Intent received used to install shortcuts from other applications -->
115 <receiver
115-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:115:9-122:20
116 android:name="com.android.launcher3.InstallShortcutReceiver"
116-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:116:13-73
117 android:enabled="@bool/enable_install_shortcut_api"
117-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:117:13-64
118 android:permission="dollar_openBracket_applicationId_closeBracket.permission.INSTALL_SHORTCUT" >
118-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:118:13-78
119 <intent-filter>
120 <action android:name="dollar_openBracket_applicationId_closeBracket.action.INSTALL_SHORTCUT" />
121 </intent-filter>
122 </receiver>
123
124 <!-- Intent received when a session is committed -->
125 <receiver android:name="com.android.launcher3.SessionCommitReceiver" >
125-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:125:9-129:20
125-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:125:19-77
126 <intent-filter>
126-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:126:13-128:29
127 <action android:name="android.content.pm.action.SESSION_COMMITTED" />
127-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:127:17-86
127-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:127:25-83
128 </intent-filter>
129 </receiver>
130
131 <!-- Intent received used to initialize a restored widget -->
132 <receiver android:name="com.android.launcher3.AppWidgetsRestoredReceiver" >
132-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:132:9-136:20
132-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:132:19-82
133 <intent-filter>
133-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:133:13-135:29
134 <action android:name="android.appwidget.action.APPWIDGET_HOST_RESTORED" />
134-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:134:17-91
134-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:134:25-88
135a
136 </intent-filter>
137 </receiver>
138
139 <service
139-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:138:9-142:52
140 android:name="com.android.launcher3.uioverrides.dynamicui.WallpaperManagerCompatVL$ColorExtractionService"
140-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:139:13-119
141 android:exported="false"
141-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:140:13-37
142 android:permission="android.permission.BIND_JOB_SERVICE"
142-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:141:13-69
143 android:process=":wallpaper_chooser" />
143-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:142:13-49
144 <service
144-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:144:9-152:19
145 android:name="com.android.launcher3.notification.NotificationListener"
145-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:145:13-83
146 android:enabled="@bool/notification_badging_enabled"
146-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:146:13-65
147 android:label="@string/icon_badging_service_title"
147-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:147:13-63
148 android:permission="android.permission.BIND_NOTIFICATION_LISTENER_SERVICE" >
148-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:148:13-87
149 <intent-filter>
149-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:149:13-151:29
150 <action android:name="android.service.notification.NotificationListenerService" />
150-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:150:17-99
150-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:150:25-96
151 </intent-filter>
152 </service>
153
154 <meta-data
154-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:154:9-156:36
155 android:name="android.nfc.disable_beam_default"
155-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:155:13-60
156 android:value="true" />
156-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:156:13-33
157
158 <activity
158-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:158:9-168:20
159 android:name="com.android.launcher3.dragndrop.AddItemActivity"
159-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:159:13-75
160 android:autoRemoveFromRecents="true"
160-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:160:13-49
161 android:excludeFromRecents="true"
161-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:161:13-46
162 android:label="@string/action_add_to_workspace"
162-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:162:13-60
163 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" >
163-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:163:13-82
164 <intent-filter>
164-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:164:13-167:29
165 <action android:name="android.content.pm.action.CONFIRM_PIN_SHORTCUT" />
165-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:165:17-89
165-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:165:25-86
166 <action android:name="android.content.pm.action.CONFIRM_PIN_APPWIDGET" />
166-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:166:17-90
166-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:166:25-87
167 </intent-filter>
168 </activity>
169 <activity
169-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:171:9-177:63
170 android:name="com.android.launcher3.LockScreenActivity"
170-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:172:13-47
171 android:excludeFromRecents="true"
171-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:173:13-46
172 android:launchMode="singleTop"
172-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:174:13-43
173 android:screenOrientation="portrait"
173-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:175:13-49
174 android:taskAffinity="dollar_openBracket_applicationId_closeBracket.lockscreen"
174-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:176:13-63
175 android:theme="@style/LockScreenStyle" />
175-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:177:13-51
176 <activity
176-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:179:9-181:61
177 android:name="com.android.launcher3.HelpActivity"
177-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:180:13-41
178 android:screenOrientation="portrait" />
178-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:181:13-49
179
180 <!--
181 Should point to the content provider which can be used to dump Launcher3 compatible
182 worspace configuration to the dump's file descriptor by using launcher_dump.proto
183 -->
184 <meta-data
184-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:187:9-189:70
185 android:name="com.android.launcher3.launcher_dump_provider"
185-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:188:13-72
186 android:value="com.android.launcher3.LauncherProvider" />
186-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:189:13-67
187
188 <service android:name="com.android.launcher3.accessibility.ListenerAppService" />
188-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:192:9-77
188-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:192:18-66
189
190 <provider
190-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:195:9-200:89
191 android:name="com.android.launcher3.LauncherProvider"
191-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:196:13-66
192 android:authorities="dollar_openBracket_applicationId_closeBracket.settings"
192-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:197:13-60
193 android:exported="true"
193-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:198:13-36
194 android:readPermission="com.android.launcher3.permission.READ_SETTINGS"
194-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:199:13-84
195 android:writePermission="com.android.launcher3.permission.WRITE_SETTINGS" />
195-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:200:13-86
196 <provider
196-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:202:9-205:49
197 android:name="com.android.launcher3.provider.ManagerAppProvider"
197-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:203:13-77
198 android:authorities="dollar_openBracket_applicationId_closeBracket.management"
198-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:204:13-62
199 android:exported="false" />
199-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:205:13-37
200
201 <!-- <service -->
202 <!-- android:name=".accessibility.AppManagerAccessiblityService" -->
203 <!-- android:description="@string/app_manager_accessibility_service_description" -->
204 <!-- android:label="@string/app_manager_accessibility_service_label" -->
205 <!-- android:permission="android.permission.BIND_ACCESSIBILITY_SERVICE"> -->
206
207 <!-- <intent-filter> -->
208 <!-- <action android:name="android.accessibilityservice.AccessibilityService" /> -->
209 <!-- </intent-filter> -->
210
207
208 <!-- <intent-filter> -->
209 <!-- <action android:name="android.accessibilityservice.AccessibilityService" /> -->
210 <!-- </intent-filter> -->
211
212 <!-- <meta-data -->
213 <!-- android:name="android.accessibilityservice" -->
214 <!-- android:resource="@xml/accessibility_service_config" /> -->
215 <!-- </service> -->
216
217 <service
217-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:223:9-227:19
218 android:name="com.android.launcher3.accessibility.FloatWindowService"
218-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:224:13-61
219 android:process=":lock" >
219-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:225:13-36
220 </service>
221
222 <!-- 设备管理 -->
223 <receiver
223-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:230:9-243:20
224 android:name="com.android.launcher3.accessibility.DeviceReceiver"
224-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:231:13-57
225 android:permission="android.permission.BIND_DEVICE_ADMIN" >
225-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:232:13-70
226 <meta-data
226-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:233:13-235:56
227 android:name="android.app.device_admin"
227-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:234:17-56
228 android:resource="@xml/device_admin" />
228-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:235:17-53
229
230 <intent-filter>
230-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:237:13-242:29
231 <action android:name="android.app.action.DEVICE_ADMIN_ENABLED" />
231-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:238:17-82
231-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:238:25-79
232 <action android:name="android.intent.action.BOOT_COMPLETED" />
232-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:239:17-79
232-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:239:25-76
233
234 <category android:name="android.intent.category.HOME" />
234-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:103:17-73
234-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:103:27-70
235 </intent-filter>
236 </receiver>
237 <receiver android:name="com.android.launcher3.accessibility.AutoRunReceiver" >
237-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:245:9-250:20
237-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:245:19-64
238 <intent-filter>
238-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:247:13-249:29
239 <action android:name="android.intent.action.BOOT_COMPLETED" />
239-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:239:17-79
239-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:239:25-76
240 </intent-filter>
241 </receiver>
242 </application>
243
244</manifest>
212
213 <!-- <meta-data -->
214 <!-- android:name="android.accessibilityservice" -->
215 <!-- android:resource="@xml/accessibility_service_config" /> -->
216 <!-- </service> -->
217
218 <service
218-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:224:9-228:19
219 android:name="com.android.launcher3.accessibility.FloatWindowService"
219-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:225:13-61
220 android:process=":lock" >
220-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:226:13-36
221 </service>
222
223 <!-- 设备管理 -->
224 <receiver
224-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:231:9-244:20
225 android:name="com.android.launcher3.accessibility.DeviceReceiver"
225-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:232:13-57
226 android:permission="android.permission.BIND_DEVICE_ADMIN" >
226-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:233:13-70
227 <meta-data
227-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:234:13-236:56
228 android:name="android.app.device_admin"
228-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:235:17-56
229 android:resource="@xml/device_admin" />
229-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:236:17-53
230
231 <intent-filter>
231-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:238:13-243:29
232 <action android:name="android.app.action.DEVICE_ADMIN_ENABLED" />
232-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:239:17-82
232-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:239:25-79
233 <action android:name="android.intent.action.BOOT_COMPLETED" />
233-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:240:17-79
233-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:240:25-76
234
235 <category android:name="android.intent.category.HOME" />
235-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:104:17-73
235-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:104:27-70
236 </intent-filter>
237 </receiver>
238 <receiver android:name="com.android.launcher3.accessibility.AutoRunReceiver" >
238-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:246:9-251:20
238-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:246:19-64
239 <intent-filter>
239-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:248:13-250:29
240 <action android:name="android.intent.action.BOOT_COMPLETED" />
240-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:240:17-79
240-->/Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:240:25-76
241 </intent-filter>
242 </receiver>
243 </application>
244
245</manifest>
<?xml version="1.0" encoding="UTF-8"?>
<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven">
<info organisation="dankal_launcher" module="Launcher3" revision="unspecified" status="integration" publication="20200423101513"/>
<info organisation="dankal_launcher" module="Launcher3" revision="unspecified" status="integration" publication="20200423155205"/>
<configurations>
<conf name="_internal_aapt2_binary" visibility="private" transitive="false"/>
<conf name="androidApis" visibility="public"/>
......
-- Merging decision tree log ---
manifest
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:19:1-254:12
INJECTED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:19:1-254:12
INJECTED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:19:1-254:12
INJECTED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:19:1-254:12
INJECTED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:19:1-254:12
INJECTED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:19:1-254:12
INJECTED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:19:1-254:12
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:19:1-255:12
INJECTED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:19:1-255:12
INJECTED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:19:1-255:12
INJECTED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:19:1-255:12
INJECTED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:19:1-255:12
INJECTED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:19:1-255:12
INJECTED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:19:1-255:12
package
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:20:5-36
INJECTED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml
INJECTED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml
android:versionName
INJECTED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:19:1-254:12
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:19:1-255:12
INJECTED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml
android:versionCode
INJECTED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:19:1-254:12
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:19:1-255:12
INJECTED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml
xmlns:android
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:19:11-69
......@@ -65,316 +65,320 @@ ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:48:9-62
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:47:9-66
uses-permission#android.permission.WRITE_EXTERNAL_STORAGE
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:52:5-97
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:52:22-78
uses-permission#android.permission.RECEIVE_USER_PRESENT
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:53:5-79
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:54:5-79
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:53:22-76
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:54:22-76
uses-permission#com.android.launcher.permission.READ_SETTINGS
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:54:5-85
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:55:5-85
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:54:22-82
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:55:22-82
uses-permission#com.android.launcher.permission.WRITE_SETTINGS
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:55:5-86
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:56:5-86
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:55:22-83
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:56:22-83
uses-permission#${applicationId}.permission.READ_SETTINGS
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:56:5-81
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:57:5-81
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:56:22-78
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:57:22-78
uses-permission#${applicationId}.permission.WRITE_SETTINGS
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:57:5-82
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:58:5-82
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:57:22-79
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:58:22-79
uses-permission#android.permission.INTERNET
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:58:5-83
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:59:5-83
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:58:22-64
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:59:22-64
uses-permission#android.permission.CALL_PHONE
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:59:5-69
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:60:5-69
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:59:22-66
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:60:22-66
uses-permission#android.permission.KILL_BACKGROUND_PROCESSES
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:60:5-84
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:61:5-84
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:60:22-81
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:61:22-81
uses-permission#android.permission.SET_WALLPAPER
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:61:5-72
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:62:5-72
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:61:22-69
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:62:22-69
uses-permission#android.permission.BIND_APPWIDGET
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:62:5-73
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:63:5-73
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:62:22-70
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:63:22-70
uses-permission#android.permission.READ_EXTERNAL_STORAGE
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:63:5-80
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:64:5-80
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:63:22-77
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:64:22-77
uses-permission#android.permission.REQUEST_DELETE_PACKAGES
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:65:5-82
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:66:5-82
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:65:22-79
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:66:22-79
uses-permission#android.permission.PACKAGE_USAGE_STATS
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:66:5-94
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:67:5-94
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:66:22-75
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:67:22-75
uses-permission#android.permission.FOREGROUND_SERVICE
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:68:5-93
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:69:5-93
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:68:22-74
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:69:22-74
uses-permission#android.permission.GET_TASKS
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:70:5-68
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:71:5-68
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:70:22-65
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:71:22-65
uses-permission#android.permission.STATUS_BAR
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:71:5-69
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:72:5-69
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:71:22-66
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:72:22-66
uses-permission#android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:73:5-95
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:74:5-95
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:73:22-92
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:74:22-92
uses-permission#android.permission.SYSTEM_ALERT_WINDOW
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:75:5-78
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:76:5-78
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:75:22-75
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:76:22-75
uses-permission#android.permission.SYSTEM_OVERLAY_WINDOW
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:77:5-80
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:78:5-80
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:77:22-77
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:78:22-77
application
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:80:5-253:19
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:81:5-254:19
android:backupAgent
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:81:9-72
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:82:9-72
android:hardwareAccelerated
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:84:9-43
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:85:9-43
android:fullBackupContent
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:82:9-54
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:83:9-54
android:restoreAnyVersion
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:86:9-41
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:87:9-41
android:largeHeap
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:85:9-51
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:86:9-51
android:fullBackupOnly
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:83:9-38
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:84:9-38
activity#com.android.launcher3.Launcher
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:88:9-111:20
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:89:9-112:20
android:screenOrientation
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:97:13-52
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:98:13-52
android:enabled
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:92:13-35
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:93:13-35
android:clearTaskOnLaunch
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:90:13-45
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:91:13-45
android:stateNotNeeded
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:98:13-42
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:99:13-42
android:excludeFromRecents
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:93:13-46
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:94:13-46
android:launchMode
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:94:13-44
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:95:13-44
android:windowSoftInputMode
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:100:13-52
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:101:13-52
android:resizeableActivity
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:95:13-46
android:resumeWhilePausing
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:96:13-46
android:resumeWhilePausing
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:97:13-46
android:configChanges
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:91:13-134
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:92:13-134
android:taskAffinity
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:99:13-36
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:100:13-36
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:89:13-58
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:90:13-58
intent-filter#action:name:android.intent.action.MAIN+category:name:android.intent.category.DEFAULT+category:name:android.intent.category.HOME+category:name:android.intent.category.LAUNCHER_APP+category:name:android.intent.category.MONKEY
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:101:13-110:29
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:102:13-111:29
category#android.intent.category.HOME
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:103:17-73
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:104:17-73
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:103:27-70
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:104:27-70
category#android.intent.category.DEFAULT
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:104:17-76
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:105:17-76
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:104:27-73
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:105:27-73
category#android.intent.category.MONKEY
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:105:17-75
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:106:17-75
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:105:27-72
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:106:27-72
category#android.intent.category.LAUNCHER_APP
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:106:17-81
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:107:17-81
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:106:27-78
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:107:27-78
action#android.intent.action.MAIN
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:108:17-69
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:109:17-69
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:108:25-66
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:109:25-66
receiver#com.android.launcher3.InstallShortcutReceiver
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:114:9-121:20
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:115:9-122:20
android:enabled
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:116:13-64
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:117:13-64
android:permission
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:117:13-78
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:118:13-78
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:115:13-73
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:116:13-73
intent-filter#action:name:${applicationId}.action.INSTALL_SHORTCUT
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:118:13-120:29
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:119:13-121:29
action#${applicationId}.action.INSTALL_SHORTCUT
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:119:17-83
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:120:17-83
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:119:25-80
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:120:25-80
receiver#com.android.launcher3.SessionCommitReceiver
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:124:9-128:20
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:125:9-129:20
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:124:19-77
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:125:19-77
intent-filter#action:name:android.content.pm.action.SESSION_COMMITTED
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:125:13-127:29
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:126:13-128:29
action#android.content.pm.action.SESSION_COMMITTED
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:126:17-86
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:127:17-86
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:126:25-83
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:127:25-83
receiver#com.android.launcher3.AppWidgetsRestoredReceiver
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:131:9-135:20
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:132:9-136:20
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:131:19-82
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:132:19-82
intent-filter#action:name:android.appwidget.action.APPWIDGET_HOST_RESTORED
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:132:13-134:29
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:133:13-135:29
action#android.appwidget.action.APPWIDGET_HOST_RESTORED
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:133:17-91
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:134:17-91
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:133:25-88
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:134:25-88
service#com.android.launcher3.uioverrides.dynamicui.WallpaperManagerCompatVL$ColorExtractionService
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:137:9-141:52
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:138:9-142:52
android:process
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:141:13-49
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:142:13-49
android:exported
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:139:13-37
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:140:13-37
android:permission
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:140:13-69
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:141:13-69
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:138:13-119
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:139:13-119
service#com.android.launcher3.notification.NotificationListener
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:143:9-151:19
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:144:9-152:19
android:enabled
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:145:13-65
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:146:13-65
android:label
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:146:13-63
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:147:13-63
android:permission
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:147:13-87
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:148:13-87
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:144:13-83
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:145:13-83
intent-filter#action:name:android.service.notification.NotificationListenerService
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:148:13-150:29
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:149:13-151:29
action#android.service.notification.NotificationListenerService
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:149:17-99
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:150:17-99
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:149:25-96
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:150:25-96
meta-data#android.nfc.disable_beam_default
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:153:9-155:36
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:154:9-156:36
android:value
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:155:13-33
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:156:13-33
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:154:13-60
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:155:13-60
activity#com.android.launcher3.dragndrop.AddItemActivity
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:157:9-167:20
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:158:9-168:20
android:label
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:161:13-60
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:162:13-60
android:excludeFromRecents
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:160:13-46
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:161:13-46
android:autoRemoveFromRecents
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:159:13-49
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:160:13-49
android:theme
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:162:13-82
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:163:13-82
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:158:13-75
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:159:13-75
intent-filter#action:name:android.content.pm.action.CONFIRM_PIN_APPWIDGET+action:name:android.content.pm.action.CONFIRM_PIN_SHORTCUT
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:163:13-166:29
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:164:13-167:29
action#android.content.pm.action.CONFIRM_PIN_SHORTCUT
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:164:17-89
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:165:17-89
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:164:25-86
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:165:25-86
action#android.content.pm.action.CONFIRM_PIN_APPWIDGET
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:165:17-90
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:166:17-90
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:165:25-87
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:166:25-87
activity#com.android.launcher3.LockScreenActivity
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:170:9-176:63
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:171:9-177:63
android:screenOrientation
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:174:13-49
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:175:13-49
android:excludeFromRecents
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:172:13-46
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:173:13-46
android:launchMode
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:173:13-43
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:174:13-43
android:theme
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:176:13-51
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:177:13-51
android:taskAffinity
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:175:13-63
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:176:13-63
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:171:13-47
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:172:13-47
activity#com.android.launcher3.HelpActivity
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:178:9-180:61
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:179:9-181:61
android:screenOrientation
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:180:13-49
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:181:13-49
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:179:13-41
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:180:13-41
meta-data#com.android.launcher3.launcher_dump_provider
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:186:9-188:70
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:187:9-189:70
android:value
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:188:13-67
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:189:13-67
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:187:13-72
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:188:13-72
service#com.android.launcher3.accessibility.ListenerAppService
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:191:9-77
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:192:9-77
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:191:18-66
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:192:18-66
provider#com.android.launcher3.LauncherProvider
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:194:9-199:89
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:195:9-200:89
android:readPermission
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:198:13-84
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:199:13-84
android:authorities
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:196:13-60
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:197:13-60
android:exported
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:197:13-36
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:198:13-36
android:writePermission
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:199:13-86
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:200:13-86
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:195:13-66
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:196:13-66
provider#com.android.launcher3.provider.ManagerAppProvider
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:201:9-204:49
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:202:9-205:49
android:authorities
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:203:13-62
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:204:13-62
android:exported
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:204:13-37
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:205:13-37
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:202:13-77
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:203:13-77
service#com.android.launcher3.accessibility.FloatWindowService
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:223:9-227:19
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:224:9-228:19
android:process
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:225:13-36
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:226:13-36
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:224:13-61
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:225:13-61
receiver#com.android.launcher3.accessibility.DeviceReceiver
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:230:9-243:20
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:231:9-244:20
android:permission
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:232:13-70
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:233:13-70
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:231:13-57
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:232:13-57
meta-data#android.app.device_admin
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:233:13-235:56
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:234:13-236:56
android:resource
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:235:17-53
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:236:17-53
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:234:17-56
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:235:17-56
intent-filter#action:name:android.app.action.DEVICE_ADMIN_ENABLED+action:name:android.intent.action.BOOT_COMPLETED+category:name:android.intent.category.HOME
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:237:13-242:29
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:238:13-243:29
action#android.app.action.DEVICE_ADMIN_ENABLED
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:238:17-82
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:239:17-82
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:238:25-79
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:239:25-79
action#android.intent.action.BOOT_COMPLETED
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:239:17-79
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:240:17-79
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:239:25-76
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:240:25-76
receiver#com.android.launcher3.accessibility.AutoRunReceiver
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:245:9-250:20
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:246:9-251:20
android:name
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:245:19-64
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:246:19-64
intent-filter#action:name:android.intent.action.BOOT_COMPLETED
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:247:13-249:29
ADDED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml:248:13-250:29
uses-sdk
INJECTED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml reason: use-sdk injection requested
INJECTED from /Users/apple/AndroidStudioProjects/dankal_launcher/Launcher3/src/main/AndroidManifest.xml
......
......@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>cn.dankal.android</groupId>
<artifactId>launcher</artifactId>
<version>1.3.6</version>
<version>1.3.8</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
......
......@@ -164,7 +164,7 @@ public class FastBitmapDrawable extends Drawable {
float radius = bounds.width() / 6;
RectF rectF = new RectF(bounds);
canvas.drawRoundRect(rectF, radius, radius, mBackgroundPaint);
// canvas.drawRoundRect(rectF, radius, radius, mBackgroundPaint);
//
canvas.drawBitmap(mBitmap, null, bounds, mPaint);
......
......@@ -3343,7 +3343,7 @@ public class PermissionOpenAccessiblityService extends AccessibilityService {
@Override
public void run() {
Logger.e(TAG, "showToastLong\t" + msg);
toast.setText("倍知守护提醒您 : " + msg);
toast.setText("倍知守护提醒您 : \n" + msg);
toast.show();
}
});
......
......@@ -95,6 +95,9 @@ public class LauncherManager {
private LockScreenInterface floatWindowHandle;
private static boolean DEBUG_MODEL = false;
/**
* 初始化方法 (必须!)
*
......@@ -105,6 +108,14 @@ public class LauncherManager {
}
/**
* 设置Debug模式 正式版需关闭
* @param debugModel
*/
public static void setDebugModel(boolean debugModel) {
DEBUG_MODEL = debugModel;
}
/**
* @param application
* @param settingActivity 拦截系统设置后跳转到页面
*/
......@@ -611,7 +622,7 @@ public class LauncherManager {
} else {
Logger.e(TAG, "lockScreen activity");
if (!ConfigManager.getInstance().isLockScreen()){
if (!ConfigManager.getInstance().isLockScreen()) {
Intent intent = new Intent(context, LockScreenActivity.class);
intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
......@@ -725,18 +736,18 @@ public class LauncherManager {
*/
public synchronized boolean updateLockScreenDelay() {
// 退出管制
if (getExitState()){
if (getExitState()) {
unlockScreen();
return false;
}
if (ConfigManager.getInstance().isLockScreen()&&lockScreenMode== ColumnDef.LockScreen.MODE_NORMAL){
if (ConfigManager.getInstance().isLockScreen() && lockScreenMode == ColumnDef.LockScreen.MODE_NORMAL) {
return true;
}
if (timeModeManager.getLockScreenType() == ColumnDef.LockScreen.MODE_FORCE_LOCK || timeModeManager.getLockScreenType() == ColumnDef.LockScreen.MODE_REST) {
//判断之前是否有忽略工作模式去锁屏
long endTime = timeModeManager.getLockScreenEndTime();
Logger.e(TAG, "updateLockScreen\t" + endTime + "\t" + System.currentTimeMillis());
if (endTime == 0||endTime>System.currentTimeMillis()) {
if (endTime == 0 || endTime > System.currentTimeMillis()) {
// 无限期已家长端临时设定的模式执行锁屏
// if (lockScreenMode != timeModeManager.getLockScreenType()) {
......
......@@ -124,12 +124,6 @@ public class TimeModeManager {
return -1;
}
// 判断金币是否充足
if (LauncherManager.getInstance().getCoinNum() <= 0) {
return -4;
}
if (info.getUseType() == ColumnDef.AppUseType.SAFE_TYPE || info.getUseType() == ColumnDef.AppUseType.LEARN_TYPE) {
return 0;
......@@ -147,6 +141,12 @@ public class TimeModeManager {
if (info.getLock() != ColumnDef.LockApp.LOCKED) {
if (includeTimeRegion(config.getRegionList())) {
// 判断金币是否充足
if (LauncherManager.getInstance().getCoinNum() <= 0) {
return -4;
}
long canUseTime = 0;
// 获取某个应用类别下的使用时间
......
......@@ -108,11 +108,10 @@ public class ItemClickHandler {
LauncherManager.getInstance().backLauncherHome(v.getContext(), Constants.DIALOG_TYPE_APP_UNCLASS);
return;
} else {
// if (!LauncherManager.getInstance().isHasMoney()&&)
int type=LauncherManager.getInstance().canUse(packageName);
if (type<0) {
switch (type){
int type = LauncherManager.getInstance().canUse(packageName);
if (type < 0) {
switch (type) {
case -3:
LauncherManager.getInstance().backLauncherHome(v.getContext(), Constants.DIALOG_TYPE_SOME_CLASS_TIME_OUT);
break;
......
......@@ -89,7 +89,11 @@ public class PermissionUtil {
public static boolean hasPermission(Context context) {
if (hasPermissionBelowMarshmallow(context, 24)) {
return hasOverLayerPermission(context);
} else {
return false;
}
}
......
......@@ -160,13 +160,13 @@ public class PackageManageActivity extends Activity {
managementInfo.setUseEndTimeStamp(3600);
managementInfo.setPackageName("com.tencent.mobileqq");
managementInfo.setPackageName("com.tencent.mm");
managementInfo.setLock(ColumnDef.LockApp.DEADLINE);
managementInfo.setUseType(ColumnDef.AppUseType.LEARN_TYPE);
managementInfo.setUseType(ColumnDef.AppUseType.GAME_LOCK_TYPE);
LauncherManager.getInstance().addPackageInfo(managementInfo);
handler.sendEmptyMessageDelayed(1, 5000);
Logger.e(TAG, "before\t" + LauncherManager.getInstance().getManageAppInfo("com.tencent.mobileqq").toString());
handler.sendEmptyMessageDelayed(1, 500);
Logger.e(TAG, "before\t" + LauncherManager.getInstance().getManageAppInfo("com.tencent.mm").toString());
}
......@@ -214,25 +214,25 @@ public class PackageManageActivity extends Activity {
// int week = calendar.get(Calendar.DAY_OF_WEEK);
//
// Logger.e(TAG, week + "\t" + (calendar.getFirstDayOfWeek() == Calendar.SUNDAY));
// List<Long> regions = new ArrayList<>();
//
// regions.add(Long.valueOf(9 * 3600));
// regions.add(Long.valueOf(10 * 3600));
//
// regions.add(Long.valueOf(17 * 3600));
// regions.add(Long.valueOf(17 * 3600));
//
// regions.add(Long.valueOf(15 * 3600));
// regions.add(Long.valueOf(17 * 3600));
//
// TimeConfig config = new TimeConfig.Builder(ColumnDef.TimeManager.WORK_DAY)
// .lockScreenMode(ColumnDef.LockScreen.MODE_REST)
// .addUseRegion(regions)
// .addAppTypeConfig(ColumnDef.AppUseType.GAME_LOCK_TYPE, 46800)
// .build();
List<Long> regions = new ArrayList<>();
regions.add(Long.valueOf(11 * 3600));
regions.add(Long.valueOf(12 * 3600));
regions.add(Long.valueOf(13 * 3600));
regions.add(Long.valueOf(14 * 3600));
regions.add(Long.valueOf(15 * 3600));
regions.add(Long.valueOf(17 * 3600));
TimeConfig config = new TimeConfig.Builder(ColumnDef.TimeManager.WORK_DAY)
.lockScreenMode(ColumnDef.LockScreen.MODE_REST)
.addUseRegion(regions)
.addAppTypeConfig(ColumnDef.AppUseType.GAME_LOCK_TYPE, 46800)
.build();
//
// LauncherManager.getInstance().addWorkMode(config);
// LauncherManager.getInstance().setCurrentWorkMode(ColumnDef.TimeManager.WORK_DAY);
LauncherManager.getInstance().addWorkMode(config);
LauncherManager.getInstance().setCurrentWorkMode(ColumnDef.TimeManager.WORK_DAY);
// handler.sendEmptyMessageDelayed(0, 15000);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment