Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A Android-IMSI-Catcher-Detector
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 162
    • Issues 162
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CellularPrivacy
  • Android-IMSI-Catcher-Detector
  • Merge requests
  • !271

Fix Issue #246

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/d-mariano/master into master Jan 08, 2015
  • Overview 3
  • Commits 3
  • Pipelines 0
  • Changes 1

Created by: d-mariano

I have created a method quit() in AIMSICD.java, which creates an intent with FLAG_ACTIVITY_TOP_CLEAR to clear all activities above the main activity, before starting the main activity. The main activity is passed an extra "EXIT" through the intent, and tests this extra in onCreate(). If quit was selected, the activity will finish. This stops the services and exits the app. The app still remains in recent apps, however, and may be relaunched this way.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/d-mariano/master