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 c0c9b2f commit e1ee8d6Copy full SHA for e1ee8d6
app/src/main/AndroidManifest.xml
@@ -8,12 +8,19 @@
8
android:fullBackupContent="@xml/backup_rules"
9
android:icon="@mipmap/ic_launcher"
10
android:label="@string/app_name"
11
- android:supportsRtl="true"
+ android:supportsRtl="false"
12
android:theme="@style/Theme.OraclePLSQL"
13
tools:targetApi="31">
14
+
15
+ <meta-data android:name="android.webkit.WebView.MetricsOptOut"
16
+ android:value="false"/>
17
+ <meta-data android:name="android.webkit.WebView.EnableSafeBrowsing"
18
+ android:value="false" />
19
20
<activity
21
android:name=".MainActivity"
- android:exported="true">
22
+ android:exported="true"
23
+ android:configChanges="orientation|screenSize">
24
<intent-filter>
25
<action android:name="android.intent.action.MAIN" />
26
0 commit comments