Skip to content

Commit

Permalink
Finish merging all the codes, most function is working. Haven't run t…
Browse files Browse the repository at this point in the history
…hrough a detail test.
  • Loading branch information
HiIamNew2002 committed Mar 19, 2024
1 parent 337e3da commit bd95bbb
Show file tree
Hide file tree
Showing 16 changed files with 83 additions and 351 deletions.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Safetify203V/.idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions Safetify203V/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@


<application
android:name=".LocationApp"
android:allowBackup="true"
android:dataExtractionRules="@xml/data_extraction_rules"
android:fullBackupContent="@xml/backup_rules"
Expand All @@ -33,19 +32,16 @@
android:theme="@style/Theme.Safetify203V"
android:usesCleartextTraffic="true"
tools:targetApi="31">
<activity
<!-- <activity
android:name=".LocationActivity"
android:exported="false" />
<service android:name=".LocationService" android:foregroundServiceType="location" />
<service android:name=".LocationService" android:foregroundServiceType="location" /> -->

<receiver
android:name=".GeofenceBroadcastReceiver"
android:enabled="true"
android:exported="true" />

<activity
android:name=".MapsActivity"
android:exported="false" />
<!--
TODO: Before you run your application, you need a Google Maps API key.
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class SecondActivity : AppCompatActivity(), NavigationView.OnNavigationItemSelec
when(item.itemId){
R.id.bottom_call -> openFragment(CallFragment())
R.id.bottom_alarm -> openFragment(AlarmFragment())
//R.id.bottom_home -> openFragment(HomeFragment())
R.id.bottom_home -> openFragment(RoutesFragment())
R.id.bottom_guides -> openFragment(GuidesFragment())
R.id.bottom_report -> openFragment(ReportFragment())
}
Expand Down
Loading

0 comments on commit bd95bbb

Please sign in to comment.