File tree Expand file tree Collapse file tree
app/src/main/java/net/vonforst/evmap Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import android.net.Uri
99import android.os.Build
1010import android.os.Bundle
1111import android.os.SystemClock
12+ import android.util.Log
1213import android.view.View
1314import android.widget.Toast
1415import androidx.appcompat.app.AppCompatActivity
@@ -287,6 +288,7 @@ class MapsActivity : AppCompatActivity(),
287288 R .string.no_maps_app_found,
288289 Snackbar .LENGTH_SHORT
289290 ).show()
291+ Log .e(" MapsActivity" , " no navigation app found" )
290292 }
291293 }
292294 }
@@ -351,6 +353,7 @@ class MapsActivity : AppCompatActivity(),
351353 R .string.no_browser_app_found,
352354 Snackbar .LENGTH_SHORT
353355 ).show()
356+ Log .e(" MapsActivity" , " no web browser found" )
354357 }
355358 }
356359 }
@@ -368,6 +371,7 @@ class MapsActivity : AppCompatActivity(),
368371 R .string.no_share_app_found,
369372 Snackbar .LENGTH_SHORT
370373 ).show()
374+ Log .e(" MapsActivity" , " no sharing app found" )
371375 }
372376 }
373377
You can’t perform that action at this time.
0 commit comments