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

Commit

Permalink
Merge pull request #63 from twaddington/develop
Browse files Browse the repository at this point in the history
Removed 'application' element from AndroidManifest.xml.
  • Loading branch information
mickael-menu authored Mar 9, 2020
2 parents fd7c677 + 06f7a52 commit e48ce8d
Showing 1 changed file with 1 addition and 12 deletions.
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" />

0 comments on commit e48ce8d

Please sign in to comment.