Skip to content
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.

Removed 'application' element from AndroidManifest.xml. #63

Merged
merged 1 commit into from
Mar 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions r2-lcp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,4 @@
~ LICENSE file present in the project repository where this source code is maintained.
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.readium.r2.lcp"
xmlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="android.permission.BLUETOOTH"/>

<application
android:allowBackup="false"
android:supportsRtl="true"
tools:replace="android:allowBackup"/>

</manifest>
<manifest package="org.readium.r2.lcp" />