Recent searches
No recent searches

Александр Мирко
Joined Jan 13, 2022
·
Last activity Jan 17, 2022
Following
0
Followers
0
Total activity
3
Votes
0
Subscription
1
ACTIVITY OVERVIEW
BADGES
ARTICLES
POSTS
COMMUNITY COMMENTS
ARTICLE COMMENTS
ACTIVITY OVERVIEW
Latest activity by Александр Мирко
Александр Мирко commented,
Nope. See Manifest from
com.zendesk:support:5.0.6
http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.zendesk.sdk"
android:versionCode="53"
android:versionName="5.0.6" >android:minSdkVersion="16"
android:targetSdkVersion="30" />
android:name="zendesk.support.request.RequestActivity"
android:windowSoftInputMode="adjustResize" />
android:name="zendesk.support.requestlist.RequestListActivity"
android:label="@string/request_list_activity_title" />android:name="zendesk.support.DeepLinkingBroadcastReceiver"
android:exported="false" >android:name="zendesk.support.SupportSdkStartupProvider"
android:authorities="${applicationId}.zendesk.support.SupportSdkStartupProvider"
android:enabled="true"
android:exported="false" />
and zendesk.messaging:5.2.3
http://schemas.android.com/apk/res/android"
package="zendesk.messaging"
android:versionCode="53"
android:versionName="5.2.3" >android:minSdkVersion="16"
android:targetSdkVersion="30" />
android:name="zendesk.messaging.MessagingActivity"
android:windowSoftInputMode="adjustResize" />
View comment · Posted Jan 17, 2022 · Александр Мирко
0
Followers
0
Votes
0
Comments
Александр Мирко created a post,
Android Zendesk SDK doesn't support android:exported for Android 12. For example
android:name="zendesk.messaging.MessagingActivity"
android:windowSoftInputMode="adjustResize" />
com.zendesk:support:5.0.6
Posted Jan 13, 2022 · Александр Мирко
0
Followers
4
Votes
4
Comments