Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
1b3a009d
Commit
1b3a009d
authored
Oct 15, 2019
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused WorkManager components
parent
a49002bb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
82 deletions
+1
-82
values.xml
shared/src/main/res/values-v23/values.xml
+0
-5
values.xml
shared/src/main/res/values/values.xml
+0
-5
AndroidManifest.xml
stub/src/main/AndroidManifest.xml
+1
-72
No files found.
shared/src/main/res/values-v23/values.xml
deleted
100644 → 0
View file @
a49002bb
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool
name=
"enable_system_alarm_service_default"
>
false
</bool>
<bool
name=
"enable_system_job_service_default"
>
true
</bool>
</resources>
shared/src/main/res/values/values.xml
deleted
100644 → 0
View file @
a49002bb
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool
name=
"enable_system_alarm_service_default"
>
true
</bool>
<bool
name=
"enable_system_job_service_default"
>
false
</bool>
</resources>
stub/src/main/AndroidManifest.xml
View file @
1b3a009d
...
@@ -85,16 +85,10 @@
...
@@ -85,16 +85,10 @@
android:multiprocess=
"true"
android:multiprocess=
"true"
tools:targetApi=
"n"
/>
tools:targetApi=
"n"
/>
<service
android:name=
"androidx.work.impl.background.systemalarm.SystemAlarmService"
android:directBootAware=
"false"
android:enabled=
"@bool/enable_system_alarm_service_default"
android:exported=
"false"
tools:targetApi=
"n"
/>
<service
<service
android:name=
"androidx.work.impl.background.systemjob.SystemJobService"
android:name=
"androidx.work.impl.background.systemjob.SystemJobService"
android:directBootAware=
"false"
android:directBootAware=
"false"
android:enabled=
"
@bool/enable_system_job_service_default
"
android:enabled=
"
true
"
android:exported=
"true"
android:exported=
"true"
android:permission=
"android.permission.BIND_JOB_SERVICE"
android:permission=
"android.permission.BIND_JOB_SERVICE"
tools:targetApi=
"n"
/>
tools:targetApi=
"n"
/>
...
@@ -105,71 +99,6 @@
...
@@ -105,71 +99,6 @@
android:enabled=
"true"
android:enabled=
"true"
android:exported=
"false"
android:exported=
"false"
tools:targetApi=
"n"
/>
tools:targetApi=
"n"
/>
<receiver
android:name=
"androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy"
android:directBootAware=
"false"
android:enabled=
"false"
android:exported=
"false"
tools:targetApi=
"n"
>
<intent-filter>
<action
android:name=
"android.intent.action.ACTION_POWER_CONNECTED"
/>
<action
android:name=
"android.intent.action.ACTION_POWER_DISCONNECTED"
/>
</intent-filter>
</receiver>
<receiver
android:name=
"androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy"
android:directBootAware=
"false"
android:enabled=
"false"
android:exported=
"false"
tools:targetApi=
"n"
>
<intent-filter>
<action
android:name=
"android.intent.action.BATTERY_OKAY"
/>
<action
android:name=
"android.intent.action.BATTERY_LOW"
/>
</intent-filter>
</receiver>
<receiver
android:name=
"androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy"
android:directBootAware=
"false"
android:enabled=
"false"
android:exported=
"false"
tools:targetApi=
"n"
>
<intent-filter>
<action
android:name=
"android.intent.action.DEVICE_STORAGE_LOW"
/>
<action
android:name=
"android.intent.action.DEVICE_STORAGE_OK"
/>
</intent-filter>
</receiver>
<receiver
android:name=
"androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy"
android:directBootAware=
"false"
android:enabled=
"false"
android:exported=
"false"
tools:targetApi=
"n"
>
<intent-filter>
<action
android:name=
"android.net.conn.CONNECTIVITY_CHANGE"
/>
</intent-filter>
</receiver>
<receiver
android:name=
"androidx.work.impl.background.systemalarm.RescheduleReceiver"
android:directBootAware=
"false"
android:enabled=
"false"
android:exported=
"false"
tools:targetApi=
"n"
>
<intent-filter>
<action
android:name=
"android.intent.action.BOOT_COMPLETED"
/>
<action
android:name=
"android.intent.action.TIME_SET"
/>
<action
android:name=
"android.intent.action.TIMEZONE_CHANGED"
/>
</intent-filter>
</receiver>
<receiver
android:name=
"androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver"
android:directBootAware=
"false"
android:enabled=
"@bool/enable_system_alarm_service_default"
android:exported=
"false"
tools:targetApi=
"n"
>
<intent-filter>
<action
android:name=
"androidx.work.impl.background.systemalarm.UpdateProxies"
/>
</intent-filter>
</receiver>
<!-- Room -->
<!-- Room -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment