Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not allowing to add android:exported="true" in xapkreader activity #141

Open
qcnblrqipl opened this issue Nov 21, 2022 · 0 comments
Open

Comments

@qcnblrqipl
Copy link

Google play store targeted to API 31, For this API level mentioning android:exported="true" is activity is mandatory in AndroidManifest.xml file explicitly. But after adding this attribute my ionic 3 application is not building.

Working
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale" android:label="@string/app_name" android:name="com.flyingsoftgames.xapkreader.XAPKDownloaderActivity" />

Not Working
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale" android:label="@string/app_name" android:name="com.flyingsoftgames.xapkreader.XAPKDownloaderActivity" android:exported="true" />

Is there any other way to solve this issue please save my time, Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant