|
@@ -635,7 +635,7 @@ def change(app_id: str, platform: str, mode: str, path_dest: str, features: dict
|
|
f.write(indented_str(1, "<item"))
|
|
f.write(indented_str(1, "<item"))
|
|
f.write(indented_str(2, 'android:id="@+id/action_custom_url"'))
|
|
f.write(indented_str(2, 'android:id="@+id/action_custom_url"'))
|
|
f.write(indented_str(2, f'android:orderInCategory="{n}"'))
|
|
f.write(indented_str(2, f'android:orderInCategory="{n}"'))
|
|
- f.write(indented_str(2, 'android:title=Custom URL"'))
|
|
|
|
|
|
+ f.write(indented_str(2, 'android:title="Custom URL"'))
|
|
f.write(indented_str(2, 'app:showAsAction="never" />'))
|
|
f.write(indented_str(2, 'app:showAsAction="never" />'))
|
|
n = n + 1
|
|
n = n + 1
|
|
else:
|
|
else:
|
|
@@ -649,28 +649,28 @@ def change(app_id: str, platform: str, mode: str, path_dest: str, features: dict
|
|
f.write(indented_str(1, "<item"))
|
|
f.write(indented_str(1, "<item"))
|
|
f.write(indented_str(2, 'android:id="@+id/action_xapps"'))
|
|
f.write(indented_str(2, 'android:id="@+id/action_xapps"'))
|
|
f.write(indented_str(2, f'android:orderInCategory="{n}"'))
|
|
f.write(indented_str(2, f'android:orderInCategory="{n}"'))
|
|
- f.write(indented_str(2, 'android:title=External Apps"'))
|
|
|
|
|
|
+ f.write(indented_str(2, 'android:title="External Apps"'))
|
|
f.write(indented_str(2, 'app:showAsAction="never" />'))
|
|
f.write(indented_str(2, 'app:showAsAction="never" />'))
|
|
n = n + 1
|
|
n = n + 1
|
|
else:
|
|
else:
|
|
f.write(indented_str(1, "<!-- <item"))
|
|
f.write(indented_str(1, "<!-- <item"))
|
|
f.write(indented_str(2, 'android:id="@+id/action_xapps"'))
|
|
f.write(indented_str(2, 'android:id="@+id/action_xapps"'))
|
|
f.write(indented_str(2, f'android:orderInCategory="{n}"'))
|
|
f.write(indented_str(2, f'android:orderInCategory="{n}"'))
|
|
- f.write(indented_str(2, 'android:title=External Apps"'))
|
|
|
|
|
|
+ f.write(indented_str(2, 'android:title="External Apps"'))
|
|
f.write(indented_str(2, 'app:showAsAction="never" /> -->'))
|
|
f.write(indented_str(2, 'app:showAsAction="never" /> -->'))
|
|
n = n + 1
|
|
n = n + 1
|
|
if features["conpost"]["status"]:
|
|
if features["conpost"]["status"]:
|
|
f.write(indented_str(1, "<item"))
|
|
f.write(indented_str(1, "<item"))
|
|
f.write(indented_str(2, 'android:id="@+id/action_conpost"'))
|
|
f.write(indented_str(2, 'android:id="@+id/action_conpost"'))
|
|
f.write(indented_str(2, f'android:orderInCategory="{n}"'))
|
|
f.write(indented_str(2, f'android:orderInCategory="{n}"'))
|
|
- f.write(indented_str(2, 'android:title=User Generated Content"'))
|
|
|
|
|
|
+ f.write(indented_str(2, 'android:title="User Generated Content"'))
|
|
f.write(indented_str(2, 'app:showAsAction="never" />'))
|
|
f.write(indented_str(2, 'app:showAsAction="never" />'))
|
|
n = n + 1
|
|
n = n + 1
|
|
else:
|
|
else:
|
|
f.write(indented_str(1, "<!-- <item"))
|
|
f.write(indented_str(1, "<!-- <item"))
|
|
f.write(indented_str(2, 'android:id="@+id/action_conpost"'))
|
|
f.write(indented_str(2, 'android:id="@+id/action_conpost"'))
|
|
f.write(indented_str(2, f'android:orderInCategory="{n}"'))
|
|
f.write(indented_str(2, f'android:orderInCategory="{n}"'))
|
|
- f.write(indented_str(2, 'android:title=User Generated Content"'))
|
|
|
|
|
|
+ f.write(indented_str(2, 'android:title="User Generated Content"'))
|
|
f.write(indented_str(2, 'app:showAsAction="never" /> -->'))
|
|
f.write(indented_str(2, 'app:showAsAction="never" /> -->'))
|
|
n = n + 1
|
|
n = n + 1
|
|
if features["ppob"]["status"]:
|
|
if features["ppob"]["status"]:
|