mirror of
https://github.com/element-hq/element-android
synced 2024-12-23 01:31:24 +03:00
15 lines
No EOL
432 B
XML
15 lines
No EOL
432 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="im.vector.riotredesign">
|
|
|
|
<application>
|
|
|
|
<receiver android:name=".receiver.OnApplicationUpgradeReceiver">
|
|
<intent-filter>
|
|
<action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
|
|
</intent-filter>
|
|
</receiver>
|
|
|
|
</application>
|
|
|
|
</manifest> |