Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No son card ui #2040

Closed
Carroll8686 opened this issue Jun 9, 2022 · 3 comments
Closed

No son card ui #2040

Carroll8686 opened this issue Jun 9, 2022 · 3 comments

Comments

@Carroll8686
Copy link

this is mani fest

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />

<application
    android:name=".Utils.FontDastnevis"
    android:allowBackup="true"
    android:icon="@mipmap/icon"
    android:label="@string/app_name"
    android:roundIcon="@mipmap/icon"
    android:screenOrientation="portrait"
    android:supportsRtl="false"
    android:theme="@style/AppTheme"
    tools:replace="android:supportsRtl">
    <service
        android:name=".Utils.GetCitiesService"
        android:enabled="true"
        android:exported="true"></service>




            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>

    <meta-data
        android:name="com.google.firebase.messaging.default_notification_icon"
        android:resource="@mipmap/icon" />
    <!-- Set color used with incoming notification messages. This is used when no color is set for the incoming
         notification message. See README(https://goo.gl/6BKBk7) for more. -->
    <meta-data
        android:name="com.google.firebase.messaging.default_notification_color"
        android:resource="@color/colorAccent" />
    <!-- [END fcm_default_icon] -->
    <!-- [START fcm_default_channel] -->
    <meta-data
        android:name="com.google.firebase.messaging.default_notification_channel_id"
        android:value="@string/default_notification_channel_id" />
    <activity android:name=".Main.MainActivity" >

    </activity>
    <activity android:name=".Categories.CategoryActivity" />
    <activity android:name=".Vip.VipActivity" />
    <activity android:name=".Question.QuestionActivity" />
    <activity android:name=".SearchActivity" />
    <activity android:name=".Categories.Group3Activity" />
    <activity android:name=".Views.Activities.AboutActivity" />
    <activity android:name=".Views.Activities.BasketActivity" />
    <activity android:name=".Views.Activities.DetailsActivity" />
    <activity android:name=".Views.Activities.FilterActivity" />
    <activity android:name=".Views.Activities.OrderHistoryActivity" />
    <activity android:name=".Views.Activities.ProductActivity" />
    <activity android:name=".Compare.CompareActivity" />
    <activity android:name=".Basket.Basket1Activity" />
    <activity android:name=".Basket.Basket2Activity" />
    <activity android:name=".Views.Activities.ProductCompareActivity" />
    <activity android:name=".Views.Activities.FavoriteActivity" />
    <activity
        android:name=".Login.RegisterActivity"
        android:windowSoftInputMode="adjustResize" />
    <activity
        android:name=".Login.Register2Activity"
        android:windowSoftInputMode="adjustPan" />
    <activity
        android:name=".Login.ActiveCodeActivity"
        android:windowSoftInputMode="adjustResize" />
    <activity
        android:name=".Login.LoginActivity"
        android:windowSoftInputMode="adjustResize" />

    <receiver
        android:name=".Utils.NetworkReciver"
        android:enabled="true">
        <intent-filter>
            <action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
            <action android:name="android.net.wifi.WIFI_STATE_CHANGED" />
            <action android:name="android.net.wifi.STATE_CHANGE" />
        </intent-filter>
    </receiver>

    <activity android:name=".Utils.DisconnectedActivity" />

    <service android:name=".Firebase.MyFirebaseMessagingService">
        <intent-filter>

            <action android:name="com.google.firebase.MESSAGING_EVENT" />
        </intent-filter>
    </service>
    <service android:name=".Firebase.MyFirebaseInstanceIDService">
        <intent-filter>
            <action android:name="com.google.firebase.INSTANCE_ID_EVENT" />
        </intent-filter>
    </service>

    <activity android:name=".Basket.Basket3Activity" />
    <activity android:name=".Basket.onlinePay" />
    <activity android:name=".Basket.finalBasketActivity"></activity>
</application>

Originally posted by @mehdidavarpanah66 in firebase/quickstart-android#941 (comment)

@shrutip90
Copy link

Is there an issue here? Otherwise please close it.

@google-oss-bot
Copy link

Hey @Carroll8686. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 3 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

@google-oss-bot
Copy link

Since there haven't been any recent updates here, I am going to close this issue.

@Carroll8686 if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants