Manifest editor to add <meta-data />?

barx

Well-Known Member
Licensed User
Longtime User
Is it possible to use the manifest editor to add some <meta-data /> to an <activity> to produce something like this.

B4X:
<activity
    android:name=".ResultActivity"
    android:parentActivityName=".MainActivity">
    <meta-data
        android:name="android.support.PARENT_ACTIVITY"
        android:value=".MainActivity"/>
</activity>
 

barx

Well-Known Member
Licensed User
Longtime User
will give that a try erel. So will this overwrite anything in the manifest already about the resultactivity? or append it or create a separate section.

Can you have multiple sections relating to the same activity. The reason I ask is because this activity will have been added as a b4a activity and so there will be the default b4a entry in there already.

Thanks
 
Upvote 0

barx

Well-Known Member
Licensed User
Longtime User
Worked a treat, thanks
 
Upvote 0
Top