这是一个针对女性或任何女性的Android应用程序,它将根据特定的语音命令(例如“帮助”)呼叫紧急号码。它还会将带有当前GPS坐标的SMS发送到这些号码。
This is an Android App for Women or any Female, which Will Call to an Emergency number, based on a specific voice command like “Help” . It will also send SMS with current GPS coordinates to those numbers.
Registration | Background Voice Recognation, Help Mode, Auto Call & SMS |
![]() | ![]() |
Nearby Police and Hospital Location | Fast Aid and Self Defence Info |
![]() | ![]() |
The following is a high level overview of relevant files and folders.
Women Safety Box
├───app
│ └───src
│ └───main
│ └───java
│ └───com
│ └───womensafety
│ └───shajt3ch
│ AccelerometerListener.java
│ AccelerometerManager.java
│ BackgrndServices.java
│ Constants.java
│ DataHolder.java
│ DataParser.java
│ Display.java
│ DownloadUrl.java
│ GetNearbyPlacesData.java
│ GPSTracker.java
│ Holder.java
│ MainActivity.java
│ MapsActivity.java
│ Model.java
│ MyPagerAdapter.java
│ MyService.java
│ PhoneNumber.java
│ RecyclerAdapter.java
│ Register.java
│ RGeocoder.java
│ Safety.java
│ Verify.java
│
└───speech
└───src
└───main
└───java
└───com
└───sac
└───speech
│ DefaultLoggerDelegate.java
│ DelayedOperation.java
│ GoogleVoiceTypingDisabledException.java
│ Logger.java
│ Speech.java
│ SpeechDelegate.java
│ SpeechRecognitionException.java
│ SpeechRecognitionNotAvailable.java
│ SpeechUtil.java
│ TextToSpeechCallback.java
│ TtsProgressListener.java
│
└───ui
│ SpeechBar.java
│ SpeechProgressView.java
│
└───animators
BarParamsAnimator.java
BarRmsAnimator.java
IdleAnimator.java
RmsAnimator.java
RotatingAnimator.java
TransformAnimator.java
MIT License
Copyright (c) 2020 Women Safety Box
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.