We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3893c6 commit 7299370Copy full SHA for 7299370
libs/posttypes/src/main/AndroidManifest.xml
@@ -3,8 +3,12 @@
3
Activities in this module are declared here and merged into the main app's manifest.
4
Using Material3 NoActionBar theme to avoid inheriting the app's action bar.
5
-->
6
-<manifest xmlns:android="http://schemas.android.com/apk/res/android">
7
- <application>
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools">
8
+ <application
9
+ android:allowBackup="false"
10
+ android:usesCleartextTraffic="false"
11
+ tools:ignore="UnusedAttribute">
12
<activity
13
android:name="org.wordpress.android.posttypes.CptPostTypesActivity"
14
android:theme="@style/Cpt.NoActionBar"
0 commit comments