introduce <queries> in manifest to work with Android 11+ limited package visibility

This commit is contained in:
Philipp Crocoll
2021-11-12 10:57:04 +01:00
parent cb30d3a79e
commit 9d2d920fda
5 changed files with 115 additions and 10 deletions

View File

@@ -8,10 +8,11 @@
</configuration>
</facet>
</component>
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="true">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.gradle" />
<excludeFolder url="file://$MODULE_DIR$/build" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />

View File

@@ -8,10 +8,5 @@
android:minSdkVersion="8"
android:targetSdkVersion="19" />
<application
android:allowBackup="true"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
</application>
</manifest>