Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/zxing-cpp/wrappers/android/app/src/main/AndroidManifest.xml @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 <?xml version="1.0" encoding="utf-8"?> | |
| 2 <manifest xmlns:android="http://schemas.android.com/apk/res/android"> | |
| 3 | |
| 4 <!-- Declare features --> | |
| 5 <uses-feature android:name="android.hardware.camera" /> | |
| 6 | |
| 7 <!-- Declare permissions --> | |
| 8 <uses-permission android:name="android.permission.CAMERA" /> | |
| 9 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> | |
| 10 | |
| 11 <application | |
| 12 android:allowBackup="false" | |
| 13 android:label="@string/app_name" | |
| 14 android:icon="@mipmap/ic_launcher_round" | |
| 15 android:roundIcon="@mipmap/ic_launcher_round" | |
| 16 android:supportsRtl="true" | |
| 17 android:theme="@style/AppTheme"> | |
| 18 <activity | |
| 19 android:name="zxingcpp.app.MainActivity" | |
| 20 android:exported="true"> | |
| 21 <intent-filter> | |
| 22 <action android:name="android.intent.action.MAIN" /> | |
| 23 <category android:name="android.intent.category.LAUNCHER" /> | |
| 24 </intent-filter> | |
| 25 </activity> | |
| 26 </application> | |
| 27 | |
| 28 </manifest> |
