booster / com.didiglobal.booster.aapt2 / Resources / Visibility / Level / UNKNOWN_VALUE

UNKNOWN_VALUE

static val UNKNOWN_VALUE: Int


        No visibility was explicitly specified. This is typically treated as private.
        The distinction is important when two separate R.java files are generated: a public and
        private one. An unknown visibility, in this case, would cause the resource to be omitted
        from either R.java.
        
UNKNOWN = 0;