mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-26 10:46:38 +00:00
9 lines
288 B
XML
9 lines
288 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
package="org.selfprivacy.app">
|
|
<application
|
|
tools:replace="android:label"
|
|
android:label="SelfPrivacy (Nightly)">
|
|
</application>
|
|
</manifest>
|