Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f716fcd

Browse filesBrowse files
TalkBack 8.1
1 parent b579480 commit f716fcd
Copy full SHA for f716fcd

File tree

Expand file treeCollapse file tree

3 files changed

+5
-5
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

3 files changed

+5
-5
lines changed
Open diff view settings
Collapse file

‎src/main/AndroidManifest.xml‎

Copy file name to clipboardExpand all lines: src/main/AndroidManifest.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
android:directBootAware="true" />
231231

232232
<provider
233-
android:name="android.support.v4.content.FileProvider"
233+
android:name="androidx.core.content.FileProvider"
234234
android:authorities="${applicationId}.providers.FileProvider"
235235
tools:replace="android:authorities"
236236
android:exported="false"
Collapse file

‎talkback/src/main/AndroidManifest.xml‎

Copy file name to clipboardExpand all lines: talkback/src/main/AndroidManifest.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
android:directBootAware="true" />
231231

232232
<provider
233-
android:name="android.support.v4.content.FileProvider"
233+
android:name="androidx.core.content.FileProvider"
234234
android:authorities="${applicationId}.providers.FileProvider"
235235
tools:replace="android:authorities"
236236
android:exported="false"
Collapse file

‎talkback/src/main/res/layout/tutorial_activity.xml‎

Copy file name to clipboardExpand all lines: talkback/src/main/res/layout/tutorial_activity.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<android.support.v7.widget.LinearLayoutCompat
2+
<androidx.appcompat.widget.LinearLayoutCompat
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
xmlns:app="http://schemas.android.com/apk/res-auto"
55

66
android:layout_width="match_parent"
77
android:layout_height="match_parent"
88
android:orientation="vertical" >
99

10-
<android.support.v7.widget.Toolbar
10+
<androidx.appcompat.widget.Toolbar
1111
android:id="@+id/tutorial_toolbar"
1212
android:layout_width="match_parent"
1313
android:layout_height="?attr/actionBarSize"
@@ -23,4 +23,4 @@
2323
>
2424
</FrameLayout>
2525

26-
</android.support.v7.widget.LinearLayoutCompat>
26+
</androidx.appcompat.widget.LinearLayoutCompat>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.