File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed
aws-android-sdk-cognitoauth Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments