Minor cleanups

This commit is contained in:
topjohnwu
2020-10-11 05:10:02 -07:00
parent 66cad101c0
commit 6092d7ca88
13 changed files with 44 additions and 54 deletions

View File

@@ -12,12 +12,6 @@
android:supportsRtl="true"
android:theme="@android:style/Theme.Translucent.NoTitleBar"
tools:ignore="UnusedAttribute">
<provider
android:name="a.p"
android:authorities="${applicationId}.provider"
android:exported="false"
android:grantUriPermissions="true">
</provider>
</application>
</manifest>