158
Views
4
Comments
[Privacy Screen Plugin] privacy  screen plugin
Question
privacy-screen-plugin
Mobile icon
Forge asset by André Vieira

Hi,

Regarding Privacy screen Plugin i add the plugin and its working fine,when i start to do custom splash screen for that add the zip file in resources and i added one sample image in Images folder:

1.Resources->SampleSplashPoc.zip

2.Images->menu.png

3.Extensibiity:

{  
    "resources" : "SampleSplashPoc.zip",
        "icons": {
        "android": [{
            "resource": "SampleSplashPoc.zip/SampleSplashPoc/drawable/idpi/menu.png",
            "density": "ldpi"
        },
        {
            "resource": "SampleSplashPoc.zip/SampleSplashPoc/drawable/mdpi/menu.png",
            "density": "mdpi"
        },
        {
            "resource": "SampleSplashPoc.zip/SampleSplashPoc/drawable/hdpi/menu.png",
            "density": "hdpi"
        },
        {
            "resource": "SampleSplashPoc.zip/SampleSplashPoc/drawable/xhdpi/menu.png",
            "density": "xhdpi"
        },
        {
            "resource": "SampleSplashPoc.zip/SampleSplashPoc/drawable/xxhdpi/menu.png",
            "density": "xxhdpi"
        },
        {
            "resource": "SampleSplashPoc.zip/SampleSplashPoc/drawable/xxxhdpi/menu.png",
            "density": "xxxhdpi"
        }]
    }
   
}


4:And i generated Apk for andriod: i got the below error:


Please give the guidance to achieve the" Privacy screen with custom splash screen".This will help to complete the work as early as possible.

2020-03-05 15-52-45
André Vieira
Staff
2022-04-21 15-28-18
João Matias

Hello André,

 I followed the steps on the links you posted. The plugin is working, but I still keep getting the black screen, instead of the splash screen. This happens on android.

Can you help me?

Here is the oml file as well.

Thank you!

PrivacyScreenTestApp.oml
2020-03-05 15-52-45
André Vieira
Staff

Hi João!

Try to remove the PrivacyPlugin to see if the splash screen is correctly configured. Make sure you follow the instructions in the documentation for the platform version you have and the MABS version you are using - the previous link was for OutSystems 10!

If the splash screen is working then you've narrowed down the problem to the PrivacyPlugin which is good because you know the problem is in the PrivacyPlugin but also not that good because you'll need to figure out why it doesn't work for your Android (maybe related with a specific version, etc.) :( 

Just to set expectations I'm not sure I'll be able to help you debug the problem...

UserImage.jpg
Bruno Gonçalves

Hi all,

Having a similar problem, screenshots aren't possible to be taken anymore so that tells me the plugin is working, however no matter how hard i try, it always shows the black screen. Images do not appear at all. I followed every step as indicated in the documentation and still only the black screen. Using OS11 and MABS 8.1. Could there be compatibility issues here?


Thank you in advance and best regards,

Bruno Gonçalves 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.