feat: 清單文件 添加 舊版本 PhotoPick 服務支持
This commit is contained in:
@@ -895,6 +895,20 @@
|
|||||||
android:foregroundServiceType="mediaPlayback"
|
android:foregroundServiceType="mediaPlayback"
|
||||||
android:enabled="true" />
|
android:enabled="true" />
|
||||||
|
|
||||||
|
<!-- Trigger Google Play services to install the backported photo picker module. -->
|
||||||
|
<service
|
||||||
|
android:name="com.google.android.gms.metadata.ModuleDependencies"
|
||||||
|
android:enabled="false"
|
||||||
|
android:exported="false"
|
||||||
|
tools:ignore="MissingClass">
|
||||||
|
<intent-filter>
|
||||||
|
<action android:name="com.google.android.gms.metadata.MODULE_DEPENDENCIES" />
|
||||||
|
</intent-filter>
|
||||||
|
<meta-data
|
||||||
|
android:name="photopicker_activity:0:required"
|
||||||
|
android:value="" />
|
||||||
|
</service>
|
||||||
|
|
||||||
<activity android:name=".avroom.room_album.RoomAlbumActivity" />
|
<activity android:name=".avroom.room_album.RoomAlbumActivity" />
|
||||||
|
|
||||||
<activity android:name=".ui.language.LanguageActivity" />
|
<activity android:name=".ui.language.LanguageActivity" />
|
||||||
|
Reference in New Issue
Block a user