Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • eDrive eDrive
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • e
  • os
  • eDriveeDrive
  • Merge requests
  • !30

[RELEASE] Sprint JJ Fixed `no network control option visible in Oreo`

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mohit Mali requested to merge fix-oreo-network-control-option into v1-oreo Apr 14, 2020
  • Overview 7
  • Commits 1
  • Pipelines 1
  • Changes 1

There was no option to enable wifi and mobile data in oreo.

To fix this I removed sharedUserId flag from manifest File. This will let system treat eDrive like normal app and all options will be available in eDrive app settings( like enable/disable mobile data, wifi, unrestricted data usage etc). But this has some drawback too. Now we cannot be able to read system/users/0 partition. This means we cannot sync rom settings *.xml files. For this we have to manually read all settings and write it in a file and than sync that file with eCloud. And for restoring the settings we have to read values from that file.

Edited Jun 03, 2020 by Arnau Vàzquez
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix-oreo-network-control-option