generate manifests with different names and packages

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-10-31 00:04:18 +01:00
parent 1d6ff63406
commit ecd481f5ee
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
2 changed files with 18 additions and 5 deletions

View file

@ -2,13 +2,13 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
android:compileSdkVersion="34"
package="com.example.shadowing">
package="PACKAGE">
<uses-sdk android:minSdkVersion="28" android:targetSdkVersion="34"/>
<application
android:supportsRtl="true"
android:label="Shadowing">
<activity android:name=".MainActivity"
android:label="NAME">
<activity android:name="com.example.shadowing.MainActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />