generate manifests with different names and packages
This commit is contained in:
parent
1d6ff63406
commit
ecd481f5ee
2 changed files with 18 additions and 5 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue