Skip to content

Commit 607efcb

Browse files
authored
Removes unused HostedUI code (#2085)
1 parent 435e793 commit 607efcb

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

aws-android-sdk-cognitoauth/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ android {
99
targetSdkVersion 29
1010
versionCode 1
1111
versionName '1.0'
12-
13-
manifestPlaceholders = [
14-
'authRedirectScheme': 'FOR_LIBRARY_CONSUMER_TO_OVERRIDE'
15-
]
1612
}
1713

1814
compileOptions {

aws-android-sdk-cognitoauth/src/main/AndroidManifest.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,5 @@
88
android:exported="false"
99
android:theme="@android:style/Theme.Translucent.NoTitleBar"
1010
android:launchMode="singleTask" />
11-
12-
<activity android:name=".activities.CustomTabsRedirectActivity" android:exported="true">
13-
<intent-filter>
14-
<action android:name="android.intent.action.VIEW"/>
15-
<category android:name="android.intent.category.DEFAULT"/>
16-
<category android:name="android.intent.category.BROWSABLE"/>
17-
<data android:scheme="${authRedirectScheme}"/>
18-
</intent-filter>
19-
</activity>
2011
</application>
2112
</manifest>

0 commit comments

Comments
 (0)