Skip to content

Commit

Permalink
Fix test string
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiserdragon2 committed Nov 19, 2023
1 parent f637936 commit 07c7d3b
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "de.kaiserdragon.weathershortcut"
minSdk = 24
targetSdk = 33
versionCode = 2
versionName = "1.1"
versionCode = 3
versionName = "1.2"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class MainActivity : ComponentActivity() {
}

private fun isWeatherAppInstalled(): Boolean {
val packageName = "com.google.apple.googlequicksearchbox"
val packageName = "com.google.android.googlequicksearchbox"
val activityName = "com.google.android.apps.search.weather.WeatherExportedActivity"
val pm: PackageManager = packageManager
val intent = Intent().apply {
Expand Down
36 changes: 36 additions & 0 deletions docs/img/WeatherShortcutBanner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 07c7d3b

Please sign in to comment.