mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-12-03 16:27:26 +00:00
parent
dff22fdb7c
commit
b21b523a82
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@
|
|||
<fragment
|
||||
android:id="@+id/gcmAllAppsFragment"
|
||||
android:name="org.microg.gms.ui.PushNotificationAllAppsFragment"
|
||||
android:label="Apps using push notifications">
|
||||
android:label="@string/prefcat_push_apps_title">
|
||||
<action
|
||||
android:id="@+id/openGcmAppDetailsFromAll"
|
||||
app:destination="@id/gcmAppFragment" />
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<Preference
|
||||
android:key="pref_push_status"
|
||||
android:selectable="false"
|
||||
android:title="Status"
|
||||
android:title="@string/pref_info_status"
|
||||
tools:summary="Connected since 15 minutes ago" />
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory android:layout="@layout/preference_category_no_label">
|
||||
|
|
Loading…
Reference in a new issue