Skip to content

Commit

Permalink
Remove unused activity and intent filter
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirom committed Aug 27, 2024
1 parent 681baa2 commit da3d83c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 87 deletions.
4 changes: 2 additions & 2 deletions app-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ android {
buildConfig = true
}
defaultConfig {
versionCode = 2
versionName = "1.0.0"
versionCode = 3
versionName = "1.0.1"
}
signingConfigs {
create("dev") {
Expand Down
18 changes: 0 additions & 18 deletions app-android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,6 @@
</intent-filter>
</activity>

<activity
android:name="io.github.droidkaigi.confsched.ResolveDynamicLinksActivity"
android:exported="true"
android:noHistory="true"
android:taskAffinity="droidkaigi.affinities.dynamic_links">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<action android:name="android.nfc.action.NDEF_DISCOVERED" />

<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />

<data android:scheme="https" />
<data android:host="confsched2024.page.link" />
<data android:host="droidkaigiapp.page.link" />
</intent-filter>
</activity>

<activity
android:name="com.google.android.gms.oss.licenses.OssLicensesMenuActivity"
android:theme="@style/Theme.AppCompat.DayNight.DarkActionBar" />
Expand Down

This file was deleted.

0 comments on commit da3d83c

Please sign in to comment.