mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 13:49:53 +01:00
This is done by using the WRITE_EXTERNAL_STORAGE permission to write the file directly without using the system activity.
11 lines
279 B
XML
11 lines
279 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<item
|
|
android:id="@+id/action_save_image"
|
|
android:title="@string/save_image"
|
|
app:showAsAction="never"/>
|
|
</menu>
|