Dear developers,
Please, how to redesign The following piece of androidmanifest.xml so The resulting intent will be acceptable for Android 14 core? It refuse to accept This intent so app can not be installed if developer specify Android34 Api target in The androidmanifest.xml Overide this lead to The bad fact. App can be installed, but user is helpless to find its launcher at The launcher desktop.
Here is The short intent.
        <intent-filter>
            <action android:name    ="android.intent.action.MAIN" />
            <category android:name ="android.intent.category.LAUNCHER" />
        </intent-filter>

I have got AN error from Android 14 from ADB that Intents must be specified explicitly or simlar message.
Thank you for your help.

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to